mirror of
https://github.com/pret/pokediamond.git
synced 2026-04-25 07:26:54 -05:00
8 lines
138 B
C
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;
|
|
}
|