summaryrefslogtreecommitdiff
path: root/include/nitro/os.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-20 20:57:00 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-20 20:57:00 -0400
commit43eb982a80c45fe26f1cbbc23285c4d8a2cc64b4 (patch)
tree66ee75d6bcb234f6febf52bd07ce80a9b6a6ec90 /include/nitro/os.c
parent7fd747b7dfa11c1061d03467d50ff49c9d1f6b34 (diff)
Create include/ directory and move main.h structs there
Diffstat (limited to 'include/nitro/os.c')
-rw-r--r--include/nitro/os.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/nitro/os.c b/include/nitro/os.c
new file mode 100644
index 00000000..a531740d
--- /dev/null
+++ b/include/nitro/os.c
@@ -0,0 +1,9 @@
+//
+// Created by mart on 4/12/20.
+//
+
+#include "os.h"
+
+asm void OS_GetProcMode() {
+
+} \ No newline at end of file