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
Room/Room.cpp
- Committer:
- el17sm
- Date:
- 2019-04-29
- Revision:
- 26:abbc19edc5c1
- Parent:
- 25:112cbcb0b4a7
- Child:
- 27:a1b41626f57c
File content as of revision 26:abbc19edc5c1:
#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