summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
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;
}