aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
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 {
+
+};
+