diff options
Diffstat (limited to 'engines/neverhood/resource.cpp')
| -rw-r--r-- | engines/neverhood/resource.cpp | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/neverhood/resource.cpp b/engines/neverhood/resource.cpp index 65f98a8599..7b0aa94b13 100644 --- a/engines/neverhood/resource.cpp +++ b/engines/neverhood/resource.cpp @@ -654,12 +654,18 @@ bool SoundResource::isPlaying() {  void SoundResource::load(uint32 fileHash) {  } +void SoundResource::unload() { +} +  void SoundResource::play(uint32 fileHash, bool looping) {  }  void SoundResource::play() {  } +void SoundResource::setVolume(int volume) { +} +  uint32 calcHash(const char *value) {  	uint32 hash = 0, shiftValue = 0;  	while (*value != 0) {  | 
