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/OS_system.h | |
parent | e61df40bf88246093b97e265aa54b7dad0a101e6 (diff) |
split valarm and decomp system
Diffstat (limited to 'arm9/lib/include/OS_system.h')
-rw-r--r-- | arm9/lib/include/OS_system.h | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/arm9/lib/include/OS_system.h b/arm9/lib/include/OS_system.h index c2b8572a..a5426c17 100644 --- a/arm9/lib/include/OS_system.h +++ b/arm9/lib/include/OS_system.h @@ -1,9 +1,5 @@ -// -// Created by mart on 4/23/20. -// - -#ifndef POKEDIAMOND_OS_SYSTEM_H -#define POKEDIAMOND_OS_SYSTEM_H +#ifndef POKEDIAMOND_ARM9_OS_SYSTEM_H +#define POKEDIAMOND_ARM9_OS_SYSTEM_H #include "function_target.h" #include "consts.h" @@ -36,4 +32,4 @@ OSProcMode OS_GetProcMode(void); void OS_SpinWait(u32 cycles); void OS_WaitVBlankIntr(void); -#endif //POKEDIAMOND_OS_SYSTEM_H +#endif //POKEDIAMOND_ARM9_OS_SYSTEM_H |