aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/simon.h
diff options
context:
space:
mode:
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();