Skip to content
Snippets Groups Projects
Commit 2f75a698 authored by Ian Prins's avatar Ian Prins
Browse files

add room.h to define rooms

parent 37ffa382
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,7 @@
class Room {
public:
Room(Coord, Coord);
Coord operator[](int);
Coord getPosition1();
Coord getPosition2();
void dig(Level);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment