mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 09:26:27 +02:00
- cleaned up more compiler warnings
- added unsigned 64 bit type for windows
This commit is contained in:
@@ -31,6 +31,7 @@ typedef unsigned short int uint16;
|
||||
typedef int int32;
|
||||
typedef unsigned int uint32;
|
||||
typedef long long int64;
|
||||
typedef unsigned long long uint64;
|
||||
|
||||
}}//end namespace
|
||||
|
||||
|
Reference in New Issue
Block a user