From 81b820f7c96d9439d3a1bab5060e321c151c99e3 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Mon, 13 Feb 2006 10:29:25 +0000 Subject: Add hyperlink on/off functions of oracle in Feeble Files svn-id: r20665 --- engines/simon/simon.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engines/simon/simon.h') 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(); -- cgit v1.2.3