summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index ad08af84f..b50b56151 100644
--- a/include/global.h
+++ b/include/global.h
@@ -76,6 +76,11 @@ struct TextStruct
const u8 *text;
};
+struct FuncStruct
+{
+ void *func;
+};
+
struct Coords16
{
s16 x;