aboutsummaryrefslogtreecommitdiff
path: root/backend/Dungeon.h
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-29 15:22:59 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-29 15:22:59 +0100
commit7285f9f2c2622acff734e31314f92df9b25cae16 (patch)
tree36500df9ba5cf45b20f705d4c478afd2b7903a6f /backend/Dungeon.h
parent953f18fe681a2f120dab5be9e9884bf35765e21e (diff)
split commands into separate files
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();
};