diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-20 20:57:00 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-20 20:57:00 -0400 |
commit | 43eb982a80c45fe26f1cbbc23285c4d8a2cc64b4 (patch) | |
tree | 66ee75d6bcb234f6febf52bd07ce80a9b6a6ec90 /nitro/os_asm.h | |
parent | 7fd747b7dfa11c1061d03467d50ff49c9d1f6b34 (diff) |
Create include/ directory and move main.h structs there
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 |