summaryrefslogtreecommitdiff
path: root/arm9/lib/include/OS.h
diff options
context:
space:
mode:
authorred031000 <rubenru09@aol.com>2020-05-01 17:54:04 +0100
committerred031000 <rubenru09@aol.com>2020-05-01 17:54:04 +0100
commitf04501a417999dddd7ec5963b90ab2e152ac3477 (patch)
treee4cff97cd3b2b43238e60de733286aa98caaef4c /arm9/lib/include/OS.h
parent10b569f131fc58959d7c50dd4b07f01a52b5e162 (diff)
match OS_protectionRegion
Diffstat (limited to 'arm9/lib/include/OS.h')
-rw-r--r--arm9/lib/include/OS.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/arm9/lib/include/OS.h b/arm9/lib/include/OS.h
new file mode 100644
index 00000000..b152dfb8
--- /dev/null
+++ b/arm9/lib/include/OS.h
@@ -0,0 +1,17 @@
+//
+// Created by mart on 4/12/20.
+//
+
+#ifndef POKEDIAMOND_OS_H
+#define POKEDIAMOND_OS_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_H