1 2 3 4 5 6 7
// Just includes for now so CLion sees the files #include "structs/structs.h" #include "nitro/nitro.h" void main() { int x = NULL; }