From f04501a417999dddd7ec5963b90ab2e152ac3477 Mon Sep 17 00:00:00 2001 From: red031000 Date: Fri, 1 May 2020 17:54:04 +0100 Subject: match OS_protectionRegion --- arm9/lib/include/OS.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 arm9/lib/include/OS.h (limited to 'arm9/lib/include/OS.h') 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 -- cgit v1.2.3