aboutsummaryrefslogtreecommitdiff
path: root/engines/dreamweb/stubs.h
diff options
context:
space:
mode:
authorBertrand Augereau2011-11-21 14:33:36 +0100
committerBertrand Augereau2011-11-21 14:33:36 +0100
commit34d85734e65ccf7103f06fc7682921da5d16ab8d (patch)
treeff7a7e943bb07378bed00691e3828f1084cdf2e8 /engines/dreamweb/stubs.h
parent1e80ac08858ecbf2c32f906f4eb0552bf5bee666 (diff)
downloadscummvm-rg350-34d85734e65ccf7103f06fc7682921da5d16ab8d.tar.gz
scummvm-rg350-34d85734e65ccf7103f06fc7682921da5d16ab8d.tar.bz2
scummvm-rg350-34d85734e65ccf7103f06fc7682921da5d16ab8d.zip
DREAMWEB: Stub wrappers with a better signature for 'playchannel[0|1]'
Diffstat (limited to 'engines/dreamweb/stubs.h')
-rw-r--r--engines/dreamweb/stubs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 3aedb105d6..c408ac2239 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -321,4 +321,6 @@
void turnonpower();
void powerlighton();
void powerlightoff();
+ void playchannel0(uint8 index);
+ void playchannel1(uint8 index);