diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 15:22:59 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-29 15:22:59 +0100 |
commit | 7285f9f2c2622acff734e31314f92df9b25cae16 (patch) | |
tree | 36500df9ba5cf45b20f705d4c478afd2b7903a6f /backend/Dungeon.h | |
parent | 953f18fe681a2f120dab5be9e9884bf35765e21e (diff) |
split commands into separate files
Diffstat (limited to 'backend/Dungeon.h')
-rw-r--r-- | backend/Dungeon.h | 2 |
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(); }; |