From ebad1227aaafbd962756155732f0ec39085f7d51 Mon Sep 17 00:00:00 2001 From: Mel Date: Tue, 18 Oct 2022 18:44:54 +0200 Subject: Basic Chunk --- src/World/BlockType.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/World/BlockType.hpp (limited to 'src/World/BlockType.hpp') 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 -- cgit 1.4.1