aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2003-05-10 05:20:56 +0000
committerTravis Howell2003-05-10 05:20:56 +0000
commit34456cf63e3296405cc96aa7ba93e798e199bc71 (patch)
treedf227ad6ef880d4e206625c9796a4258a97c4df4 /simon/simon.h
parent37724d929721836821065b2a177ae2f298bd1ed5 (diff)
downloadscummvm-rg350-34456cf63e3296405cc96aa7ba93e798e199bc71.tar.gz
scummvm-rg350-34456cf63e3296405cc96aa7ba93e798e199bc71.tar.bz2
scummvm-rg350-34456cf63e3296405cc96aa7ba93e798e199bc71.zip
Rename two unknown function
svn-id: r7410
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);