aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-08-06 12:14:02 -0400
committerPaul Gilbert2016-08-06 12:14:02 -0400
commitf0d208cdcf6e8fb8fc60ae3eddc62fc255fae2e4 (patch)
tree078f3b879d844b955b030d27b03918620c907421 /engines/titanic/sound/sound.h
parent139ad46410fe0a92a83eabd662caf2165eb498da (diff)
downloadscummvm-rg350-f0d208cdcf6e8fb8fc60ae3eddc62fc255fae2e4.tar.gz
scummvm-rg350-f0d208cdcf6e8fb8fc60ae3eddc62fc255fae2e4.tar.bz2
scummvm-rg350-f0d208cdcf6e8fb8fc60ae3eddc62fc255fae2e4.zip
TITANIC: Added more sound manager methods
Diffstat (limited to 'engines/titanic/sound/sound.h')
-rw-r--r--engines/titanic/sound/sound.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/titanic/sound/sound.h b/engines/titanic/sound/sound.h
index e2b5470458..bb2525a7c3 100644
--- a/engines/titanic/sound/sound.h
+++ b/engines/titanic/sound/sound.h
@@ -112,7 +112,11 @@ public:
*/
void preEnterView(CViewItem *newView, bool isNewRoom);
- bool fn1(int val);
+ /**
+ * Returns true if a sound with the specified handle is active
+ */
+ bool isActive(int handle) const;
+
void fn2(int handle);
void fn3(int handle, int val2, int val3);
void fn4(CWaveFile *waveFile, int val);