summaryrefslogtreecommitdiff
path: root/include/nitro/os.h
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.h
parent7fd747b7dfa11c1061d03467d50ff49c9d1f6b34 (diff)
Create include/ directory and move main.h structs there
Diffstat (limited to 'include/nitro/os.h')
-rw-r--r--include/nitro/os.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/nitro/os.h b/include/nitro/os.h
new file mode 100644
index 00000000..c14b2891
--- /dev/null
+++ b/include/nitro/os.h
@@ -0,0 +1,10 @@
+//
+// Created by mart on 4/12/20.
+//
+
+#ifndef POKEDIAMOND_OS_H
+#define POKEDIAMOND_OS_H
+
+#include "nitro/os_asm.h"
+
+#endif //POKEDIAMOND_OS_H