From 4c370798d52b1b7c055c49ff4a38f73cf720c82e Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 6 Oct 2012 16:58:31 +0000 Subject: BlockArea writing support (BlockTypes with BlockMeta only) git-svn-id: http://mc-server.googlecode.com/svn/trunk@933 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Globals.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/Globals.h') 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; -- cgit v1.2.3