diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2023-08-16 19:11:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 11:11:19 -0700 |
| commit | fca5307ea908606c40c051d4c366ed8dcf077258 (patch) | |
| tree | e7cbc4524c9510a935c62ab191eeeefa11374687 /include/m_msg_main.h | |
| parent | c7a746e71e310a23ba43a7208b9c83d2d1d483ee (diff) | |
m_play (#50)
* m_play
* Some warnings
* lots of function renames from the gcn version
* fix warnings
* format
* a
* a
* PR
* PR2
---------
Co-authored-by: Maide <you@example.com>
Co-authored-by: angie <angheloalf95@gmail.com>
Diffstat (limited to 'include/m_msg_main.h')
| -rw-r--r-- | include/m_msg_main.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/m_msg_main.h b/include/m_msg_main.h index 0472dda..84d62bc 100644 --- a/include/m_msg_main.h +++ b/include/m_msg_main.h @@ -3,6 +3,8 @@ #include "ultra64.h" +struct PlayState; + // void func_8009D1F0_jp(); // void func_8009D200_jp(); // void func_8009D210_jp(); @@ -281,11 +283,11 @@ // void func_800A3190_jp(); // void func_800A31D8_jp(); // void func_800A3220_jp(); -// void func_800A32D0_jp(); -// void func_800A3304_jp(); +void mMsg_ct(struct PlayState* play); +void func_800A3304_jp(struct PlayState* play); // void func_800A332C_jp(); -// void func_800A339C_jp(); -// void func_800A33D8_jp(); +void mMsg_Main(struct PlayState* play); +void mMsg_Draw(struct PlayState* play); // void func_800A3400_jp(); // void func_800A3420_jp(); // void func_800A345C_jp(); |
