summaryrefslogtreecommitdiff
path: root/main.c
blob: 17e69b3d06dbfff017a6ee55f507d3aa8a30f222 (plain)
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;
}