Files
ac-decomp/src/m_choice_main_hide.c_inc
T
2023-12-24 10:58:59 -05:00

8 lines
201 B
Plaintext

static void mChoice_Main_Hide(mChoice_c* choice, GAME* game) {
mChoice_MainSetup(choice, game);
}
static void mChoice_MainSetup_Hide(mChoice_c* choice, GAME* game) {
mChoice_init(choice, game);
}