summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorMartmists <martmists@gmail.com>2020-04-10 17:33:55 +0200
committerMartmists <martmists@gmail.com>2020-04-10 17:33:55 +0200
commite3ffd55f2c823b51dfe65a9e8937ba526e0277c8 (patch)
tree97db43ebd0bb98fa37720d0045168a239164097b /main.c
parent7ae853c6c01b8dbadd84c3e2e9950781ff0b35e4 (diff)
Add known structs
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.c b/main.c
new file mode 100644
index 00000000..6879c08d
--- /dev/null
+++ b/main.c
@@ -0,0 +1,3 @@
+// Just includes for now so CLion sees the files
+#include "nitro/nitro.h"
+#include "structs/structs.h"