mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-04 18:58:22 -04:00
Decompile cheatCheckboxMenuHandler
This commit is contained in:
@@ -19,7 +19,7 @@ s32 cheatGetByCompletedStageIndex(s32 stage_index);
|
||||
s32 cheatGetTime(s32 cheat_id);
|
||||
char *cheatGetName(s32 cheat_id);
|
||||
s32 cheatMenuHandleDialog(s32 operation, struct menudialog *dialog, union handlerdata *data);
|
||||
s32 cheatMenuHandleCheatCheckbox(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
s32 cheatCheckboxMenuHandler(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
s32 cheatMenuHandleBuddyCheckbox(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
s32 cheatMenuHandleTurnOffAllCheats(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user