A rouge-like rpg, heavily inspired on the binding of isaac. Running on a FRDM-K64F Mbed board. C++.

Dependencies:   mbed MotionSensor

Room/Room.h

Committer:
el17sm
Date:
2019-04-26
Revision:
25:112cbcb0b4a7
Child:
26:abbc19edc5c1

File content as of revision 25:112cbcb0b4a7:

#ifndef ROOM_H
#define ROOM_H
#include "Player.h"
#include "Headless.h"
#include "Snake.h"

class Room
{
    private:
    
    public:
    
};

#endif