aboutsummaryrefslogtreecommitdiff
path: root/engines/toon/toon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/toon/toon.h')
-rw-r--r--engines/toon/toon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/toon/toon.h b/engines/toon/toon.h
index c8efbaab13..5b051bb7da 100644
--- a/engines/toon/toon.h
+++ b/engines/toon/toon.h
@@ -183,7 +183,8 @@ public:
virtual void viewInventoryItem(Common::String str, int32 lineId, int32 itemDest);
virtual void storePalette();
virtual void restorePalette();
-
+ virtual const char* getSpecialConversationMusic(int32 locationId);
+ virtual void playRoomMusic();
Resources *resources() {
return _resources;