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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/simon/simon.h b/engines/simon/simon.h
index f12a866ad4..0d0356f4ac 100644
--- a/engines/simon/simon.h
+++ b/engines/simon/simon.h
@@ -291,6 +291,7 @@ protected:
uint16 _defaultVerb;
uint _mouseHideCount;
uint _currentBoxNumber;
+ uint _iOverflow;
uint16 _windowNum;
@@ -631,6 +632,8 @@ protected:
void defocusHitarea();
void endCutscene();
void runSubroutine101();
+ void checkUp(FillOrCopyStruct *fcs);
+ void checkDown(FillOrCopyStruct *fcs);
void inventoryUp(FillOrCopyStruct *fcs);
void inventoryDown(FillOrCopyStruct *fcs);
void hitareaChangedHelper();