aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/simon/simon.h b/simon/simon.h
index e5c10c8d9e..fa69e67e00 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -519,8 +519,8 @@ public:
void defocusHitarea();
void startSubroutine170();
void runSubroutine101();
- void handle_unk2_hitarea(FillOrCopyStruct *fcs);
- void handle_unk_hitarea(FillOrCopyStruct *fcs);
+ void handle_uparrow_hitarea(FillOrCopyStruct *fcs);
+ void handle_downarrow_hitarea(FillOrCopyStruct *fcs);
void hitareaChangedHelper();
void focusVerb(uint hitarea_id);
HitArea *findHitAreaByID(uint hitarea_id);