aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/pregob/onceupon/onceupon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/pregob/onceupon/onceupon.h')
-rw-r--r--engines/gob/pregob/onceupon/onceupon.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/engines/gob/pregob/onceupon/onceupon.h b/engines/gob/pregob/onceupon/onceupon.h
index 96f88cbb5f..968c70ef48 100644
--- a/engines/gob/pregob/onceupon/onceupon.h
+++ b/engines/gob/pregob/onceupon/onceupon.h
@@ -49,12 +49,13 @@ protected:
bool doCopyProtection(const uint8 colors[7], const uint8 shapes[7 * 20], const uint8 obfuscate[4]);
- void showWait();
- void showQuote();
- void showTitle();
- void showChapter(int chapter);
+ void showWait(); ///< Show the wait / loading screen.
+ void showIntro(); ///< Show the whole intro.
+ void showChapter(int chapter); ///< Show a chapter intro text.
+
+ // Fonts
Font *_jeudak;
Font *_lettre;
Font *_plettre;
@@ -70,12 +71,18 @@ private:
int8 cpFindShape(int16 x, int16 y) const;
void cpWrong();
+ // Intro parts
+ void showQuote();
+ void showTitle();
+
+ // Title music
void playTitleMusic();
void playTitleMusicDOS();
void playTitleMusicAmiga();
void playTitleMusicAtariST();
void stopTitleMusic();
+
bool _openedArchives;
};