summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-12 17:26:03 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2020-04-12 17:26:03 -0400
commit09fa95f0e27e9a835f5535a776f6a22861c7c4a0 (patch)
treeb26cfd33de21f5b3cf8cc78f27bde7352e997495 /main.c
parentf2052ca8ef06f858037d6657b377197dd8772f4c (diff)
arm9 segment work
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.c b/main.c
new file mode 100644
index 00000000..17e69b3d
--- /dev/null
+++ b/main.c
@@ -0,0 +1,7 @@
+// Just includes for now so CLion sees the files
+#include "structs/structs.h"
+#include "nitro/nitro.h"
+
+void main() {
+ int x = NULL;
+}