diff options
-rw-r--r-- | include/nitro/os_alloc.c | 1 | ||||
-rw-r--r-- | include/nitro/os_arena.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/include/nitro/os_alloc.c b/include/nitro/os_alloc.c index 6f76e3b1..9ba92e18 100644 --- a/include/nitro/os_alloc.c +++ b/include/nitro/os_alloc.c @@ -6,7 +6,6 @@ #include "consts.h" #include "os_system.h" -extern u32 OS_GetConsoleType(); extern Cell* DLInsert(Cell* list, Cell* cell); extern Cell* DLAddFront(Cell* list, Cell* cell); diff --git a/include/nitro/os_arena.c b/include/nitro/os_arena.c index 4923642d..0536ec7f 100644 --- a/include/nitro/os_arena.c +++ b/include/nitro/os_arena.c @@ -6,6 +6,7 @@ #include "os_arena.h" #include "os_protectionRegion.h" +extern u32 OS_GetConsoleType(); extern BOOL OSi_MainExArenaEnabled; extern BOOL OSi_Initialized; // TODO: located at 0x021d36f0 extern u32 SDK_MAIN_ARENA_LO; // TODO: technically this should be defined in the lcf |