aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-10-26 18:29:44 +0200
committerLoek Le Blansch <loek@pipeframe.xyz>2024-10-26 18:29:44 +0200
commita070c649ddbe70a22f6265b9f5b48f6bde7eac08 (patch)
tree310c2a7f0ae51eff0172168673e64f50a01f01a1 /backend
parent6781cee55a4e7f232eae3e5f2a652045412339ae (diff)
add readline cli routines
Diffstat (limited to 'backend')
-rw-r--r--backend/Dungeon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/Dungeon.h b/backend/Dungeon.h
new file mode 100644
index 0000000..34fa776
--- /dev/null
+++ b/backend/Dungeon.h
@@ -0,0 +1,6 @@
+#pragma once
+
+class Dungeon {
+
+};
+