summaryrefslogtreecommitdiff
path: root/nitro/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'nitro/types.h')
-rw-r--r--nitro/types.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/nitro/types.h b/nitro/types.h
new file mode 100644
index 00000000..af6d9c6b
--- /dev/null
+++ b/nitro/types.h
@@ -0,0 +1,9 @@
+#ifndef POKEDIAMOND_NITRO_TYPES_H
+#define POKEDIAMOND_NITRO_TYPES_H
+
+typedef long u64;
+typedef int u32;
+typedef short u16;
+typedef char u8;
+
+#endif //POKEDIAMOND_NITRO_TYPES_H