diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-26 18:29:44 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-10-26 18:29:44 +0200 |
commit | a070c649ddbe70a22f6265b9f5b48f6bde7eac08 (patch) | |
tree | 310c2a7f0ae51eff0172168673e64f50a01f01a1 /backend/Dungeon.h | |
parent | 6781cee55a4e7f232eae3e5f2a652045412339ae (diff) |
add readline cli routines
Diffstat (limited to 'backend/Dungeon.h')
-rw-r--r-- | backend/Dungeon.h | 6 |
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 { + +}; + |