summaryrefslogtreecommitdiff
path: root/nitro/os_asm.h
diff options
context:
space:
mode:
authorMartmists <martmists@gmail.com>2020-04-16 16:13:01 +0200
committerMartmists <martmists@gmail.com>2020-04-16 16:13:01 +0200
commitdcdf58739922de3b3bbc828f46e36b83f53c52a0 (patch)
tree187dcb00d800622d099ae3cbcd49f82227654c77 /nitro/os_asm.h
parent346db6f14cfe889573d57ca494b96e8258ca84b4 (diff)
Add more OS functions
Diffstat (limited to 'nitro/os_asm.h')
-rw-r--r--nitro/os_asm.h12
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