diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-01 14:14:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-01 14:14:58 -0400 |
commit | 1531e217c7d80aaaeb551a08966a99db6fc55225 (patch) | |
tree | 2e36e7a0f63a66c44512b417faa0ba1eb5fbe655 /arm9/lib/include/OS.h | |
parent | 150ec9cba3a4bf7624d2cdbc338b2849bde4decf (diff) | |
parent | e370125c3e2e34936152768c40bd932b88690baa (diff) |
Merge branch 'master' of github.com:martmists/pokediamond into pikalax_work
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 |