diff options
Diffstat (limited to 'src/World/BlockType.hpp')
| -rw-r--r-- | src/World/BlockType.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/World/BlockType.hpp b/src/World/BlockType.hpp new file mode 100644 index 0000000..e35daf8 --- /dev/null +++ b/src/World/BlockType.hpp @@ -0,0 +1,11 @@ +#pragma + +namespace MC { + +enum class BlockType : uint8_t { + Air, + Dirt, + Grass, +}; + +} \ No newline at end of file |
