From e3ffd55f2c823b51dfe65a9e8937ba526e0277c8 Mon Sep 17 00:00:00 2001 From: Martmists Date: Fri, 10 Apr 2020 17:33:55 +0200 Subject: Add known structs --- nitro/types.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 nitro/types.h (limited to 'nitro/types.h') 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 -- cgit v1.2.3