diff options
author | chai <chaifix@163.com> | 2021-12-13 19:02:15 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-13 19:02:15 +0800 |
commit | 8d0aa27ccf14d76456b6b61dd705f7993229654a (patch) | |
tree | d08bb2058d4691c31500fbc59c0b240607211a9d /Client/Source/Utilities/Type.h | |
parent | a5dd54fbf8b6768423c48786b6a2afaf9a8ece0e (diff) |
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 |