diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-18 19:36:30 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-18 19:36:30 -0400 |
commit | d8023c624dee2afdbf05df33c33f4bcd88faa68f (patch) | |
tree | fbfa295e7dafbcb1ef8b089c6e8bfb64d6119096 /src | |
parent | 52d0f35f94bc2ebd1828019d9a871d5ac5c224b1 (diff) |
include flags
Diffstat (limited to 'src')
-rw-r--r-- | src/FUN_02000DF4.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/FUN_02000DF4.c b/src/FUN_02000DF4.c index c4532fdd..65bc63da 100644 --- a/src/FUN_02000DF4.c +++ b/src/FUN_02000DF4.c @@ -1,9 +1,4 @@ -typedef unsigned char u8; -typedef unsigned short u16; -typedef unsigned long u32; -typedef signed char s8; -typedef signed short s16; -typedef signed long s32; +#include "nitro.h" struct Unk2106FA0 { u8 filler0[0x8]; |