summaryrefslogtreecommitdiff
path: root/include/world/world.hpp
diff options
context:
space:
mode:
authorhovertank3d <[email protected]>2025-11-13 23:02:56 +0100
committerhovertank3d <[email protected]>2025-11-13 23:06:37 +0100
commita5b377745116de2b269cdfc5b90f08f46d0432d2 (patch)
tree7aea9482dadc4d66df17907282f2359c54c9df0d /include/world/world.hpp
downloadogurec-a5b377745116de2b269cdfc5b90f08f46d0432d2.tar.gz
ogurec-a5b377745116de2b269cdfc5b90f08f46d0432d2.zip
initial commit
Diffstat (limited to 'include/world/world.hpp')
-rw-r--r--include/world/world.hpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/world/world.hpp b/include/world/world.hpp
new file mode 100644
index 0000000..1b2481b
--- /dev/null
+++ b/include/world/world.hpp
@@ -0,0 +1,12 @@
+#pragma once
+
+#include <cstdint>
+
+namespace world {
+
+class world {
+ int32_t version;
+
+};
+
+} \ No newline at end of file