aboutsummaryrefslogtreecommitdiff
path: root/backend/Dungeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'backend/Dungeon.h')
-rw-r--r--backend/Dungeon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/backend/Dungeon.h b/backend/Dungeon.h
index 34fa776..60faa09 100644
--- a/backend/Dungeon.h
+++ b/backend/Dungeon.h
@@ -1,6 +1,8 @@
#pragma once
class Dungeon {
+public:
+ void update();
};