aboutsummaryrefslogtreecommitdiff
path: root/engines/sword2/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword2/sound.h')
-rw-r--r--engines/sword2/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/sword2/sound.h b/engines/sword2/sound.h
index f59d6a3434..29bbdf22ca 100644
--- a/engines/sword2/sound.h
+++ b/engines/sword2/sound.h
@@ -282,6 +282,8 @@ public:
int32 streamCompMusic(uint32 musicId, bool loop);
void stopMusic(bool immediately);
int32 musicTimeRemaining();
+
+ void printFxQueue();
};
} // End of namespace Sword2