diff options
author | Martmists <martmists@gmail.com> | 2020-04-10 23:13:26 +0200 |
---|---|---|
committer | Martmists <martmists@gmail.com> | 2020-04-10 23:13:26 +0200 |
commit | 876d5c3812657b8723a684a41111cd8695eddc70 (patch) | |
tree | acdea9e01806d50121a0f453a1fa276a10beae05 /main.c | |
parent | e3ffd55f2c823b51dfe65a9e8937ba526e0277c8 (diff) |
primary types from pokeplatinum, structs found from RE
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ // Just includes for now so CLion sees the files -#include "nitro/nitro.h" #include "structs/structs.h" + +void main() { + int x = NULL +} |