mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-07-01 02:11:45 -04:00
8 lines
201 B
Plaintext
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);
|
|
}
|