mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-28 07:54:55 -04:00
9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
static void mMsg_Main_Hide(mMsg_Window_c* msg_p, GAME* game) {
|
|
mMsg_MainSetup_Window(msg_p, game);
|
|
}
|
|
|
|
static void mMsg_MainSetup_Hide(mMsg_Window_c* msg_p, GAME* game) {
|
|
mMsg_init(game);
|
|
emu64_refresh();
|
|
}
|