aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2006-02-13 10:29:25 +0000
committerTravis Howell2006-02-13 10:29:25 +0000
commit81b820f7c96d9439d3a1bab5060e321c151c99e3 (patch)
tree308126b41e8a670ea1084ae024a26cd058da4e3b /engines/simon/simon.h
parentaaa11f6efba6761355efcb99098b390da1ba6231 (diff)
downloadscummvm-rg350-81b820f7c96d9439d3a1bab5060e321c151c99e3.tar.gz
scummvm-rg350-81b820f7c96d9439d3a1bab5060e321c151c99e3.tar.bz2
scummvm-rg350-81b820f7c96d9439d3a1bab5060e321c151c99e3.zip
Add hyperlink on/off functions of oracle in Feeble Files
svn-id: r20665
Diffstat (limited to 'engines/simon/simon.h')
-rw-r--r--engines/simon/simon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index d61bedca77..bbacd95b31 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -265,6 +265,9 @@ protected:
const byte *_scrollImage;
byte _vgaVar8;
+ uint16 _hyperLink;
+ uint16 _oracleMaxScrollY, _noOracleScroll;
+
int16 _scriptVerb, _scriptNoun1, _scriptNoun2;
int16 _scriptAdj1, _scriptAdj2;
@@ -580,6 +583,9 @@ protected:
void o_inventory_descriptions();
+ void hyperLinkOn(uint16 x);
+ void hyperLinkOff();
+
void mouseOff();
void mouseOn();