diff options
author | red031000 <rubenru09@aol.com> | 2020-06-03 19:26:33 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-03 19:26:59 +0100 |
commit | 89fa3666e18a80632238471840de1df792409fcb (patch) | |
tree | 3c63952247f6223cf9a5f48f4ae8f0b5702137a4 /arm9/lib/include/types.h | |
parent | e61df40bf88246093b97e265aa54b7dad0a101e6 (diff) |
split valarm and decomp system
Diffstat (limited to 'arm9/lib/include/types.h')
-rw-r--r-- | arm9/lib/include/types.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arm9/lib/include/types.h b/arm9/lib/include/types.h index 40f8207d..ca11e244 100644 --- a/arm9/lib/include/types.h +++ b/arm9/lib/include/types.h @@ -1,5 +1,5 @@ -#ifndef POKEDIAMOND_NITRO_TYPES_H -#define POKEDIAMOND_NITRO_TYPES_H +#ifndef POKEDIAMOND_ARM9_TYPES_H +#define POKEDIAMOND_ARM9_TYPES_H typedef unsigned char u8; typedef unsigned short int u16; @@ -47,4 +47,4 @@ typedef int BOOL; #endif // __cplusplus #endif -#endif //POKEDIAMOND_NITRO_TYPES_H +#endif //POKEDIAMOND_ARM9_TYPES_H |