diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; } |