summaryrefslogtreecommitdiff
path: root/src/chunk.hpp
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-09-26 11:03:27 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-09-26 11:03:27 -0400
commitb579882324b6f20e04220f6cea735481abf18d47 (patch)
treeaf2670c05b49d9ba95cbc8769e781c091bba94db /src/chunk.hpp
parentMSAA (diff)
downloadminecraftvulkan-b579882324b6f20e04220f6cea735481abf18d47.tar.gz
minecraftvulkan-b579882324b6f20e04220f6cea735481abf18d47.tar.bz2
minecraftvulkan-b579882324b6f20e04220f6cea735481abf18d47.zip
multichunk meshing
Diffstat (limited to '')
-rw-r--r--src/chunk.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/chunk.hpp b/src/chunk.hpp
index 2fe78f0..b2b80f8 100644
--- a/src/chunk.hpp
+++ b/src/chunk.hpp
@@ -11,6 +11,7 @@
#include <string>
#include <map>
+#define INVALID -1
#define AIR 0
#define DIRT 1