aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2011-01-30 00:04:04 +0000
committerSven Hesse2011-01-30 00:04:04 +0000
commitfc59e0b6b31d12d11cf55fa64074cd8ee2b77642 (patch)
tree2a8bd55acf0366fdfa9c3a76aa2ed67d98e5394e /engines/gob/inter.h
parente4a9cafab8a620163f2a908265b6fb75171a3c2e (diff)
downloadscummvm-rg350-fc59e0b6b31d12d11cf55fa64074cd8ee2b77642.tar.gz
scummvm-rg350-fc59e0b6b31d12d11cf55fa64074cd8ee2b77642.tar.bz2
scummvm-rg350-fc59e0b6b31d12d11cf55fa64074cd8ee2b77642.zip
GOB: Add o7_playVmdOrMusic
svn-id: r55648
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 93fcd1e5ca..4557d83437 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -607,6 +607,7 @@ protected:
void o7_intToString();
void o7_callFunction();
void o7_loadFunctions();
+ void o7_playVmdOrMusic();
void o7_draw0x89();
void o7_findFile();
void o7_getSystemProperty();