aboutsummaryrefslogtreecommitdiff
path: root/engines/access/amazon/amazon_game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/amazon/amazon_game.h')
-rw-r--r--engines/access/amazon/amazon_game.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/access/amazon/amazon_game.h b/engines/access/amazon/amazon_game.h
index 0275ceec17..2dc0c058fb 100644
--- a/engines/access/amazon/amazon_game.h
+++ b/engines/access/amazon/amazon_game.h
@@ -70,6 +70,7 @@ private:
// Other fields
Common::Point _tilePos;
byte _tileData[1455];
+ Common::Array<CellIdent> _chapterCells;
/**
* Do the game introduction
@@ -161,6 +162,11 @@ public:
void tileScreen();
void updateSummary(int chap);
+
+ /**
+ * Show the start of a chapter
+ */
+ void startChapter(int chapter);
};
} // End of namespace Amazon