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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/gob/pregob/onceupon/onceupon.h b/engines/gob/pregob/onceupon/onceupon.h
index abcde68b81..8b454e01f3 100644
--- a/engines/gob/pregob/onceupon/onceupon.h
+++ b/engines/gob/pregob/onceupon/onceupon.h
@@ -49,6 +49,8 @@ protected:
bool doCopyProtection(const uint8 colors[7], const uint8 shapes[7 * 20], const uint8 obfuscate[4]);
+ void showTitle();
+
Font *_jeudak;
Font *_lettre;
@@ -65,6 +67,11 @@ private:
int8 cpFindShape(int16 x, int16 y) const;
void cpWrong();
+ void playTitleMusic();
+ void playTitleMusicDOS();
+ void playTitleMusicAmiga();
+ void playTitleMusicAtariST();
+ void stopTitleMusic();
bool _openedArchives;
};