aboutsummaryrefslogtreecommitdiff
path: root/engines/neverhood/entity.h
diff options
context:
space:
mode:
authorjohndoe1232012-10-01 10:40:10 +0000
committerWillem Jan Palenstijn2013-05-08 20:43:44 +0200
commit0a1a228a883b3c13915a9e83886464b85ed2c81e (patch)
tree976d9ef67d1dbb07d25d8e31777ddd90bbdcbf3d /engines/neverhood/entity.h
parent0c272631df66fc574e2d1bb67d4aa22f434dd178 (diff)
downloadscummvm-rg350-0a1a228a883b3c13915a9e83886464b85ed2c81e.tar.gz
scummvm-rg350-0a1a228a883b3c13915a9e83886464b85ed2c81e.tar.bz2
scummvm-rg350-0a1a228a883b3c13915a9e83886464b85ed2c81e.zip
NEVERHOOD: Change sound stuff in Module1700
- Add Entity::setSoundVolume
Diffstat (limited to 'engines/neverhood/entity.h')
-rw-r--r--engines/neverhood/entity.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/neverhood/entity.h b/engines/neverhood/entity.h
index eafc467b55..b0348ea60b 100644
--- a/engines/neverhood/entity.h
+++ b/engines/neverhood/entity.h
@@ -109,6 +109,7 @@ protected:
void loadSound(uint index, uint32 fileHash);
void playSound(uint index, uint32 fileHash = 0);
bool isSoundPlaying(uint index);
+ void setSoundVolume(uint index, int volume);
void deleteSoundResources();
};