summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS_init.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-01 20:10:48 +0100
committerred031000 <rubenru09@aol.com>2020-05-01 20:41:06 +0100
commit7b3404b932a8fadddb44774407b22127b0f02115 (patch)
tree4240cf018c751308bbcbab818328e7947a0fc589 /arm9/lib/include/OS_init.h
parentdb2a8afd2f3c5e2a38083a3dc47d65e7848f0fd2 (diff)
remove include/nitro and shift everything to arm9/lib
Diffstat (limited to 'arm9/lib/include/OS_init.h')
-rw-r--r--arm9/lib/include/OS_init.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/arm9/lib/include/OS_init.h b/arm9/lib/include/OS_init.h
new file mode 100644
index 00000000..c556253a
--- /dev/null
+++ b/arm9/lib/include/OS_init.h
@@ -0,0 +1,17 @@
+//
+// Created by mart on 4/12/20.
+//
+
+#ifndef POKEDIAMOND_OS_INIT_H
+#define POKEDIAMOND_OS_INIT_H
+
+#include "types.h"
+#include "consts.h"
+#include "OS_protectionRegion.h"
+#include "OS_arena.h"
+#include "OS_alloc.h"
+#include "OS_system.h"
+
+void OS_Init();
+
+#endif //POKEDIAMOND_OS_INIT_H