From 876d5c3812657b8723a684a41111cd8695eddc70 Mon Sep 17 00:00:00 2001 From: Martmists Date: Fri, 10 Apr 2020 23:13:26 +0200 Subject: primary types from pokeplatinum, structs found from RE --- main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 6879c08d..b4ccce75 100644 --- a/main.c +++ b/main.c @@ -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 +} -- cgit v1.2.3