summaryrefslogtreecommitdiffstats
path: root/source/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Defines.h')
-rw-r--r--source/Defines.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/source/Defines.h b/source/Defines.h
index 8b3c402c8..b76da2f29 100644
--- a/source/Defines.h
+++ b/source/Defines.h
@@ -1,10 +1,16 @@
#pragma once
-#include "BlockID.h"
+
+
+
typedef unsigned char Byte;
+/// List of slot numbers, used for inventory-painting
+typedef std::vector<int> cSlotNums;
+
+