diff options
Diffstat (limited to 'include/world/world.hpp')
| -rw-r--r-- | include/world/world.hpp | 12 |
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 |
