diff options
| author | Mel <einebeere@gmail.com> | 2022-10-18 18:44:54 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2022-10-18 18:44:54 +0200 |
| commit | ebad1227aaafbd962756155732f0ec39085f7d51 (patch) | |
| tree | ec88d18e0d1b5bdcee1527332666f93f8bfb7534 /src/World/BlockType.hpp | |
| parent | 63ecb48a75f0b7df491b00e9048ebb38d923089a (diff) | |
| download | meowcraft-ebad1227aaafbd962756155732f0ec39085f7d51.tar.zst meowcraft-ebad1227aaafbd962756155732f0ec39085f7d51.zip | |
Basic Chunk
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 |
