diff options
author | Marcus Comstedt | 2002-02-18 19:56:50 +0000 |
---|---|---|
committer | Marcus Comstedt | 2002-02-18 19:56:50 +0000 |
commit | 834c5efee960f7d989ba3232217dc0ca29db5985 (patch) | |
tree | c3c84fe1373eb6d13d5cbe03a104703dca845af3 | |
parent | 87d96a2c797ac3ef1e8b0da5e2b50878da6c0f9d (diff) | |
download | scummvm-rg350-834c5efee960f7d989ba3232217dc0ca29db5985.tar.gz scummvm-rg350-834c5efee960f7d989ba3232217dc0ca29db5985.tar.bz2 scummvm-rg350-834c5efee960f7d989ba3232217dc0ca29db5985.zip |
Prototype for initSound()
svn-id: r3607
-rw-r--r-- | dc/dc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |