Implement basic rooms and navigation
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
|
||||
extern bool isActive;
|
||||
|
||||
extern int curX, curY;
|
||||
|
||||
|
||||
#define MAP_HEIGHT 5
|
||||
#define MAP_WIDTH 5
|
||||
|
||||
@@ -40,4 +43,4 @@ public:
|
||||
static void SetIsActive(const bool active) { isActive = active; }
|
||||
};
|
||||
|
||||
static int Exit(std::string n);
|
||||
static int Quit(std::string n);
|
||||
|
||||
Reference in New Issue
Block a user