aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorOliver Kiehl2003-01-12 15:17:58 +0000
committerOliver Kiehl2003-01-12 15:17:58 +0000
commitdfced2a4d0663889f755e9efea476ed2a157c1ec (patch)
treebbb7b368710aba3e46bfab3e8d12c123bca34b9e /simon/simon.h
parenta4a4f043bf9c15c5608ca937bcc9076eb802102e (diff)
downloadscummvm-rg350-dfced2a4d0663889f755e9efea476ed2a157c1ec.tar.gz
scummvm-rg350-dfced2a4d0663889f755e9efea476ed2a157c1ec.tar.bz2
scummvm-rg350-dfced2a4d0663889f755e9efea476ed2a157c1ec.zip
added F10 support (Hitareas are indicated when F10 is pressed)
svn-id: r6429
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 11bf50b67b..036e35bd50 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -540,6 +540,7 @@ public:
void new_current_hitarea(HitArea * ha);
bool hitarea_proc_2(uint a);
bool hitarea_proc_3(Item *item);
+ void f10_key();
void hitarea_stuff();
void handle_mouse_moved();