aboutsummaryrefslogtreecommitdiff
path: root/dc
diff options
context:
space:
mode:
authorMarcus Comstedt2002-02-18 19:56:50 +0000
committerMarcus Comstedt2002-02-18 19:56:50 +0000
commit834c5efee960f7d989ba3232217dc0ca29db5985 (patch)
treec3c84fe1373eb6d13d5cbe03a104703dca845af3 /dc
parent87d96a2c797ac3ef1e8b0da5e2b50878da6c0f9d (diff)
downloadscummvm-rg350-834c5efee960f7d989ba3232217dc0ca29db5985.tar.gz
scummvm-rg350-834c5efee960f7d989ba3232217dc0ca29db5985.tar.bz2
scummvm-rg350-834c5efee960f7d989ba3232217dc0ca29db5985.zip
Prototype for initSound()
svn-id: r3607
Diffstat (limited to 'dc')
-rw-r--r--dc/dc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dc/dc.h b/dc/dc.h
index 1c47b13010..c117648d48 100644
--- a/dc/dc.h
+++ b/dc/dc.h
@@ -1,4 +1,5 @@
+extern void initSound();
extern void checkSound(Scumm *s);
extern void handleInput(struct mapledev *pad, int16 &mouse_x, int16 &mouse_y,
byte &leftBtnPressed, byte &rightBtnPressed,