summaryrefslogtreecommitdiff
path: root/arm9/lib/include/nitro.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/include/nitro.h')
-rw-r--r--arm9/lib/include/nitro.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/arm9/lib/include/nitro.h b/arm9/lib/include/nitro.h
new file mode 100644
index 00000000..8cf603f5
--- /dev/null
+++ b/arm9/lib/include/nitro.h
@@ -0,0 +1,18 @@
+#ifndef POKEDIAMOND_NITRO_H
+#define POKEDIAMOND_NITRO_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+// Include all nitro files
+#include "types.h"
+#include "consts.h"
+#include "os.h"
+#include "mmap.h"
+
+#ifdef __cplusplus
+};
+#endif
+
+#endif //POKEDIAMOND_NITRO_H