diff options
author | Martmists <mail@martmists.com> | 2020-05-01 19:44:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-01 19:44:04 +0200 |
commit | e370125c3e2e34936152768c40bd932b88690baa (patch) | |
tree | 85e8314866f65fb95e62a66b029ab5eeca55e994 /arm9/lib/include/OS.h | |
parent | 10b569f131fc58959d7c50dd4b07f01a52b5e162 (diff) | |
parent | fa332326543d03fe6afdc0dcd04f0a666450955b (diff) |
Merge pull request #51 from red031000/master
match OS_protectionRegion
Diffstat (limited to 'arm9/lib/include/OS.h')
-rw-r--r-- | arm9/lib/include/OS.h | 17 |
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 |