summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
-rw-r--r--include/mevent.h12
2 files changed, 14 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 1dae2f75f..5b07796cc 100644
--- a/include/global.h
+++ b/include/global.h
@@ -28,6 +28,8 @@
#endif // __APPLE__
#define ARRAY_COUNT(array) (sizeof(array) / sizeof((array)[0]))
+// GF's lingo
+#define NELEMS ARRAY_COUNT
// useful math macros
diff --git a/include/mevent.h b/include/mevent.h
index ae301263f..31e1041fe 100644
--- a/include/mevent.h
+++ b/include/mevent.h
@@ -21,6 +21,18 @@ struct MEventStruct_Unk1442CC
u8 unk_60;
};
+struct MEvent_Str_1
+{
+ u16 unk_000;
+ size_t unk_004;
+ const void * unk_008;
+};
+
+struct MEvent_Str_2
+{
+ u8 fill_00[0x40];
+};
+
struct MysteryEventStruct * sub_8143D94(void);
bool32 sub_8143E1C(void);