summaryrefslogtreecommitdiff
path: root/nitro/nitro.h
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 /nitro/nitro.h
parent7ae853c6c01b8dbadd84c3e2e9950781ff0b35e4 (diff)
Add known structs
Diffstat (limited to 'nitro/nitro.h')
-rw-r--r--nitro/nitro.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/nitro/nitro.h b/nitro/nitro.h
new file mode 100644
index 00000000..ea87f994
--- /dev/null
+++ b/nitro/nitro.h
@@ -0,0 +1,7 @@
+#ifndef POKEDIAMOND_NITRO_H
+#define POKEDIAMOND_NITRO_H
+
+// Include all nitro files
+#include "types.h"
+
+#endif //POKEDIAMOND_NITRO_H