Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed MotionSensor
Diff: Room/Room.cpp
- 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