From 89fa3666e18a80632238471840de1df792409fcb Mon Sep 17 00:00:00 2001 From: red031000 Date: Wed, 3 Jun 2020 19:26:33 +0100 Subject: split valarm and decomp system --- arm9/lib/include/OS_init.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'arm9/lib/include/OS_init.h') diff --git a/arm9/lib/include/OS_init.h b/arm9/lib/include/OS_init.h index 88c696cd..6792c900 100644 --- a/arm9/lib/include/OS_init.h +++ b/arm9/lib/include/OS_init.h @@ -1,9 +1,5 @@ -// -// Created by mart on 4/12/20. -// - -#ifndef POKEDIAMOND_OS_INIT_H -#define POKEDIAMOND_OS_INIT_H +#ifndef POKEDIAMOND_ARM9_OS_INIT_H +#define POKEDIAMOND_ARM9_OS_INIT_H #include "types.h" #include "consts.h" @@ -29,4 +25,4 @@ void OS_Init(void); -#endif //POKEDIAMOND_OS_INIT_H +#endif //POKEDIAMOND_ARM9_OS_INIT_H -- cgit v1.2.3