mirror of
https://github.com/izzy2lost/Starship.git
synced 2026-07-05 15:19:42 -07:00
func_8000707C
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
typedef signed char s8;
|
||||
typedef signed short s16;
|
||||
typedef signed int s32;
|
||||
typedef signed long long s64;
|
||||
typedef unsigned char u8;
|
||||
typedef unsigned short u16;
|
||||
typedef unsigned int u32;
|
||||
typedef unsigned long long u64;
|
||||
|
||||
#define true 1
|
||||
#define false 0
|
||||
#define bool s32
|
||||
|
||||
#define NULL 0
|
||||
Reference in New Issue
Block a user