diff options
Diffstat (limited to 'Client/Source/Utilities/Type.h')
-rw-r--r-- | Client/Source/Utilities/Type.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Client/Source/Utilities/Type.h b/Client/Source/Utilities/Type.h index da6208d..b71c0ee 100644 --- a/Client/Source/Utilities/Type.h +++ b/Client/Source/Utilities/Type.h @@ -22,4 +22,8 @@ typedef uint32_t uint; typedef int32_t sint; typedef int32_t SInt32; +typedef uint8 u8; +typedef uint32 u32; +typedef uint16 u16; + #endif
\ No newline at end of file |