summary refs log tree commit diff
path: root/src/World/BlockType.hpp
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2022-10-18 18:44:54 +0200
committerMel <einebeere@gmail.com>2022-10-18 18:44:54 +0200
commitebad1227aaafbd962756155732f0ec39085f7d51 (patch)
treeec88d18e0d1b5bdcee1527332666f93f8bfb7534 /src/World/BlockType.hpp
parent63ecb48a75f0b7df491b00e9048ebb38d923089a (diff)
downloadmeowcraft-ebad1227aaafbd962756155732f0ec39085f7d51.tar.zst
meowcraft-ebad1227aaafbd962756155732f0ec39085f7d51.zip
Basic Chunk
Diffstat (limited to 'src/World/BlockType.hpp')
-rw-r--r--src/World/BlockType.hpp11
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