diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-04 14:32:56 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-04 14:32:56 +0200 |
commit | bb8a19c71a232e74a320b73630bd440bd3504084 (patch) | |
tree | 80e355aa9da3906373a05dfdaec667ba0f31793a /AnvilStats/Globals.h | |
parent | AnvilStats: Added the chunk coord range statistics. (diff) | |
download | cuberite-bb8a19c71a232e74a320b73630bd440bd3504084.tar cuberite-bb8a19c71a232e74a320b73630bd440bd3504084.tar.gz cuberite-bb8a19c71a232e74a320b73630bd440bd3504084.tar.bz2 cuberite-bb8a19c71a232e74a320b73630bd440bd3504084.tar.lz cuberite-bb8a19c71a232e74a320b73630bd440bd3504084.tar.xz cuberite-bb8a19c71a232e74a320b73630bd440bd3504084.tar.zst cuberite-bb8a19c71a232e74a320b73630bd440bd3504084.zip |
Diffstat (limited to '')
-rw-r--r-- | AnvilStats/Globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/AnvilStats/Globals.h b/AnvilStats/Globals.h index e95a9e801..3a1c4f78d 100644 --- a/AnvilStats/Globals.h +++ b/AnvilStats/Globals.h @@ -72,6 +72,10 @@ typedef long long Int64; typedef int Int32;
typedef short Int16;
+typedef unsigned long long UInt64;
+typedef unsigned int UInt32;
+typedef unsigned short UInt16;
+
|