summaryrefslogtreecommitdiffstats
path: root/source/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Globals.h')
-rw-r--r--source/Globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/Globals.h b/source/Globals.h
index b9892c933..01b118cf8 100644
--- a/source/Globals.h
+++ b/source/Globals.h
@@ -70,6 +70,9 @@ typedef long long Int64;
typedef int Int32;
typedef short Int16;
+typedef unsigned long long UInt64;
+typedef unsigned int UInt32;
+typedef unsigned short UInt16;