diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-06-03 21:25:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-03 21:25:11 -0400 |
commit | 9595aa2bee8b1c87342cf20cff10c2675aa1006f (patch) | |
tree | 3c63952247f6223cf9a5f48f4ae8f0b5702137a4 /arm7/lib/include/OS_init.h | |
parent | e61df40bf88246093b97e265aa54b7dad0a101e6 (diff) | |
parent | 89fa3666e18a80632238471840de1df792409fcb (diff) |
Merge pull request #139 from red031000/master
split valarm and decomp system
Diffstat (limited to 'arm7/lib/include/OS_init.h')
-rw-r--r-- | arm7/lib/include/OS_init.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/arm7/lib/include/OS_init.h b/arm7/lib/include/OS_init.h index 5b3dfcc1..1416fe8c 100644 --- a/arm7/lib/include/OS_init.h +++ b/arm7/lib/include/OS_init.h @@ -1,6 +1,9 @@ -#ifndef POKEDIAMOND_OS_INIT_H -#define POKEDIAMOND_OS_INIT_H +#ifndef POKEDIAMOND_ARM7_OS_INIT_H +#define POKEDIAMOND_ARM7_OS_INIT_H + +#include "types.h" +#include "OS_system.h" void OS_Init(void); -#endif //POKEDIAMOND_OS_INIT_H +#endif //POKEDIAMOND_ARM7_OS_INIT_H |