summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorMartmists <martmists@gmail.com>2020-04-12 00:16:52 +0200
committerMartmists <martmists@gmail.com>2020-04-12 00:16:52 +0200
commitce65297980c88ab8acd2ac95df14d427ca734dbd (patch)
treeb7d4c1bc091872bdc487e5fbeb9023dc1e651496 /main.c
parent01801ea04f2a03a1fb9e9a6e08bcd00fa22a73c0 (diff)
Add *.nds to gitignore, start working on Nitro OS functions
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index b4ccce75..17e69b3d 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,7 @@
// Just includes for now so CLion sees the files
#include "structs/structs.h"
+#include "nitro/nitro.h"
void main() {
- int x = NULL
+ int x = NULL;
}