aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.h
diff options
context:
space:
mode:
authorSven Hesse2008-12-14 04:13:48 +0000
committerSven Hesse2008-12-14 04:13:48 +0000
commit8770cef478eab747d6f08de4a4f2dc1344c31f4c (patch)
tree00294c0f4e6b24701e964b4321285143eba0cf36 /engines/gob/inter.h
parent68dcb1ffee87ce04dceb879f5eb3916fb99a1abe (diff)
downloadscummvm-rg350-8770cef478eab747d6f08de4a4f2dc1344c31f4c.tar.gz
scummvm-rg350-8770cef478eab747d6f08de4a4f2dc1344c31f4c.tar.bz2
scummvm-rg350-8770cef478eab747d6f08de4a4f2dc1344c31f4c.zip
16bit background "music" for Urban Runner
svn-id: r35353
Diffstat (limited to 'engines/gob/inter.h')
-rw-r--r--engines/gob/inter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/gob/inter.h b/engines/gob/inter.h
index 140f99c432..6bfdb28f77 100644
--- a/engines/gob/inter.h
+++ b/engines/gob/inter.h
@@ -630,6 +630,8 @@ protected:
bool o6_evaluateStore(OpFuncParams &params);
bool o6_palLoad(OpFuncParams &params);
bool o6_freeCollision(OpFuncParams &params);
+
+ void probe16bitMusic(char *fileName);
};
} // End of namespace Gob