Decompile menuhandlerSoundMode

This commit is contained in:
Ryan Dwyer
2020-03-22 14:06:29 +10:00
parent 54f6a3c9de
commit f28aef6e73
4 changed files with 37 additions and 78 deletions
+1 -1
View File
@@ -73,6 +73,6 @@ s32 menuhandlerShowMissionTime(u32 operation, struct menu_item *item, bool *enab
s32 menuhandlerShowZoomRange(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerSightOnScreen(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerSoloDifficulty(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerSoundMode(u32 operation, struct menu_item *item, bool *enable);
char *menuhandlerSoundMode(u32 operation, struct menu_item *item, s32 *value);
#endif