diff options
| author | KiritoDv <kiritodev01@gmail.com> | 2024-11-10 09:07:58 -0600 |
|---|---|---|
| committer | KiritoDv <kiritodev01@gmail.com> | 2024-11-10 09:07:58 -0600 |
| commit | 304a0a5288f6ad4b4e7e84e5ea48e0efa9a55a9c (patch) | |
| tree | fd5b9ec824c562ad254e5a88ecd1c0eee802db27 /include | |
| parent | ecc6a49f9094ce32f92fa9f3db83bcfb712cf7c7 (diff) | |
Fixed more even things
Diffstat (limited to 'include')
| -rw-r--r-- | include/sf64mesg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sf64mesg.h b/include/sf64mesg.h index 6ba88c73..275ead10 100644 --- a/include/sf64mesg.h +++ b/include/sf64mesg.h @@ -7,6 +7,7 @@ typedef struct { s32 msgId; u16* msgPtr; + const char* path; } MsgLookup; u16* Message_PtrFromId(u16 msgId); |
