diff options
author | red031000 <rubenru09@aol.com> | 2020-05-01 17:54:04 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-05-01 17:54:04 +0100 |
commit | f04501a417999dddd7ec5963b90ab2e152ac3477 (patch) | |
tree | e4cff97cd3b2b43238e60de733286aa98caaef4c /arm9/lib/include/os.h | |
parent | 10b569f131fc58959d7c50dd4b07f01a52b5e162 (diff) |
match OS_protectionRegion
Diffstat (limited to 'arm9/lib/include/os.h')
-rw-r--r-- | arm9/lib/include/os.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/arm9/lib/include/os.h b/arm9/lib/include/os.h deleted file mode 100644 index 591d8db0..00000000 --- a/arm9/lib/include/os.h +++ /dev/null @@ -1,17 +0,0 @@ -// -// 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 |