From bb8a19c71a232e74a320b73630bd440bd3504084 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Thu, 4 Oct 2012 12:32:56 +0000 Subject: AnvilStats: changed all statistics counters to UInt64 git-svn-id: http://mc-server.googlecode.com/svn/trunk@927 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- AnvilStats/Globals.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'AnvilStats/Globals.h') 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; + -- cgit v1.2.3