diff options
author | Martmists <martmists@gmail.com> | 2020-04-16 16:13:01 +0200 |
---|---|---|
committer | Martmists <martmists@gmail.com> | 2020-04-16 16:13:01 +0200 |
commit | dcdf58739922de3b3bbc828f46e36b83f53c52a0 (patch) | |
tree | 187dcb00d800622d099ae3cbcd49f82227654c77 /nitro/os_asm.h | |
parent | 346db6f14cfe889573d57ca494b96e8258ca84b4 (diff) |
Add more OS functions
Diffstat (limited to 'nitro/os_asm.h')
-rw-r--r-- | nitro/os_asm.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nitro/os_asm.h b/nitro/os_asm.h deleted file mode 100644 index 43c93385..00000000 --- a/nitro/os_asm.h +++ /dev/null @@ -1,12 +0,0 @@ -// -// Created by mart on 4/12/20. -// - -#ifndef POKEDIAMOND_OS_ASM_H -#define POKEDIAMOND_OS_ASM_H - -#include "types.h" - -OSProcMode OS_GetProcMode(); - -#endif //POKEDIAMOND_OS_ASM_H |