diff options
Diffstat (limited to 'backend/Dungeon.h')
-rw-r--r-- | backend/Dungeon.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/backend/Dungeon.h b/backend/Dungeon.h index 5740eb6..eaca6c3 100644 --- a/backend/Dungeon.h +++ b/backend/Dungeon.h @@ -6,6 +6,10 @@ class Location; class Dungeon { public: + Dungeon(); + ~Dungeon(); + +public: void update(); void add_location(Location *); Location * get_start_location(); |