diff options
author | Cleverking2003 <30466983+Cleverking2003@users.noreply.github.com> | 2020-04-21 15:57:22 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-21 15:57:22 +0300 |
commit | aeb4e938f5f48c8484419f5333a5b0e6caee7a21 (patch) | |
tree | c8d156131f95390672c1a1803560a85b445322d6 /include/nitro/os_asm.h | |
parent | a0749839f45525a0a64113f18688392da241cb7d (diff) | |
parent | aa2cb11a71a85faf0f84a8d07376a303792e3703 (diff) |
Merge pull request #17 from PikalaxALT/pikalax_work
Redump files
Diffstat (limited to 'include/nitro/os_asm.h')
-rw-r--r-- | include/nitro/os_asm.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/nitro/os_asm.h b/include/nitro/os_asm.h new file mode 100644 index 00000000..775955f1 --- /dev/null +++ b/include/nitro/os_asm.h @@ -0,0 +1,12 @@ +// +// Created by mart on 4/12/20. +// + +#ifndef POKEDIAMOND_OS_ASM_H +#define POKEDIAMOND_OS_ASM_H + +#include "nitro/types.h" + +OSProcMode OS_GetProcMode(); + +#endif //POKEDIAMOND_OS_ASM_H |