diff options
| author | Anghelo Carvajal <angheloalf95@gmail.com> | 2023-08-17 12:19:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-17 09:19:13 -0700 |
| commit | c65a8dbc3903af19fe0253ab8774accbc06b0cb7 (patch) | |
| tree | 8c136e0ecea87503261cdd22fc5b81cf31044f50 /include/m_msg_main.h | |
| parent | 1bebc761b638ad061778667e4bab4ec92fe81aa7 (diff) | |
Game renaming (#63)
* rename GameState to Game
* Rename the structs
* fix table
* whoops
* rename play parameter
* format
* undo what i messed in z64compress
Diffstat (limited to 'include/m_msg_main.h')
| -rw-r--r-- | include/m_msg_main.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/m_msg_main.h b/include/m_msg_main.h index 84d62bc..917b51a 100644 --- a/include/m_msg_main.h +++ b/include/m_msg_main.h @@ -3,7 +3,7 @@ #include "ultra64.h" -struct PlayState; +struct Game_Play; // void func_8009D1F0_jp(); // void func_8009D200_jp(); @@ -283,11 +283,11 @@ struct PlayState; // void func_800A3190_jp(); // void func_800A31D8_jp(); // void func_800A3220_jp(); -void mMsg_ct(struct PlayState* play); -void func_800A3304_jp(struct PlayState* play); +void mMsg_ct(struct Game_Play* game_play); +void func_800A3304_jp(struct Game_Play* game_play); // void func_800A332C_jp(); -void mMsg_Main(struct PlayState* play); -void mMsg_Draw(struct PlayState* play); +void mMsg_Main(struct Game_Play* game_play); +void mMsg_Draw(struct Game_Play* game_play); // void func_800A3400_jp(); // void func_800A3420_jp(); // void func_800A345C_jp(); |
