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.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/engines/gob/pregob/onceupon/onceupon.h b/engines/gob/pregob/onceupon/onceupon.h
index 2f25060a37..41a2f5668d 100644
--- a/engines/gob/pregob/onceupon/onceupon.h
+++ b/engines/gob/pregob/onceupon/onceupon.h
@@ -237,15 +237,6 @@ private:
void handleAnimalNames(uint count, const MenuButton *buttons, const char * const *names);
- // -- Title music helpers --
-
- void playTitleMusic(); ///< Play the title music.
- void playTitleMusicDOS(); ///< Play the title music of the DOS version.
- void playTitleMusicAmiga(); ///< Play the title music of the Amiga version.
- void playTitleMusicAtariST(); ///< Play the title music of the Atari ST version.
- void stopTitleMusic(); ///< Stop the title music.
-
-
// -- Menu helpers --
MenuAction handleStartMenu(const MenuButton *animalsButton); ///< Handle the start menu.
@@ -291,6 +282,7 @@ private:
/** Play / Display the name of an animal in one language. */
void anPlayAnimalName(const Common::String &animal, uint language);
+
// -- Game sections --
bool playSection();