aboutsummaryrefslogtreecommitdiff
path: root/backend/Dungeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Dungeon.h')
-rw-r--r--backend/Dungeon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/Dungeon.h b/backend/Dungeon.h
index 88328c8..2d5fa61 100644
--- a/backend/Dungeon.h
+++ b/backend/Dungeon.h
@@ -8,6 +8,7 @@ class Dungeon {
public:
void update();
void add_location(Location *);
+ Location * get_start_location();
private:
List<Location *> locations;