summaryrefslogtreecommitdiffstats
path: root/source/Defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Defines.h')
-rw-r--r--source/Defines.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Defines.h b/source/Defines.h
index 4f3bb46eb..89cf11266 100644
--- a/source/Defines.h
+++ b/source/Defines.h
@@ -1,7 +1,10 @@
+
#pragma once
#include "BlockID.h"
+typedef unsigned char Byte;
+
//tolua_begin
// emissive blocks
extern unsigned char g_BlockLightValue[];