aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/sound/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2016-04-15 08:01:39 -0400
committerPaul Gilbert2016-07-10 16:11:10 -0400
commit95c885f877ac1fa243479d113b59e6f83a360c71 (patch)
tree636668ce5345cf70149991baa6997a5e57f6df0f /engines/titanic/sound/sound.h
parent2dcda26eb1253d884d6a921a3f2ead76021b9bc4 (diff)
downloadscummvm-rg350-95c885f877ac1fa243479d113b59e6f83a360c71.tar.gz
scummvm-rg350-95c885f877ac1fa243479d113b59e6f83a360c71.tar.bz2
scummvm-rg350-95c885f877ac1fa243479d113b59e6f83a360c71.zip
TITANIC: Implementing CCarryParrot msg handlers
Diffstat (limited to 'engines/titanic/sound/sound.h')
-rw-r--r--engines/titanic/sound/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/titanic/sound/sound.h b/engines/titanic/sound/sound.h
index 804263c59d..07300264af 100644
--- a/engines/titanic/sound/sound.h
+++ b/engines/titanic/sound/sound.h
@@ -76,6 +76,7 @@ public:
bool fn1(int val);
void fn2(int val);
void fn3(int val, int val2, int val3);
+ void managerProc8(int v) { _soundManager.proc8(v); }
};
} // End of namespace Titanic