pokediamond/main.c
2020-04-12 17:26:03 -04:00

8 lines
138 B
C

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