Steven Mahasin / Mbed 2 deprecated DreamDungeon

Dependencies:   mbed MotionSensor

Revision:
26:abbc19edc5c1
Parent:
25:112cbcb0b4a7
Child:
27:a1b41626f57c
--- a/Room/Room.cpp	Fri Apr 26 02:38:05 2019 +0000
+++ b/Room/Room.cpp	Mon Apr 29 02:45:17 2019 +0000
@@ -1,1 +1,21 @@
 #include "Room.h"
+
+// Constructor
+Room::Room()
+{
+    enemies[0] = new Headless(20, 20);
+    valid_enemies[0] = true;
+}
+
+// Functions
+void Room::init()
+{
+    
+}
+
+void Room::draw_enemies(N5110 &lcd)
+{
+    
+}
+
+// Accessors
\ No newline at end of file