aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/sound.h
diff options
context:
space:
mode:
authorStrangerke2013-01-20 01:01:09 +0100
committerStrangerke2013-01-20 01:01:09 +0100
commitd88e5ad22f96e6e667182967b50de820f7823e2b (patch)
tree24dfee3965e11dfdf7366681984bc93717e8fc6c /engines/hopkins/sound.h
parent523aa825634784d9c25f16ccca118030565a8344 (diff)
downloadscummvm-rg350-d88e5ad22f96e6e667182967b50de820f7823e2b.tar.gz
scummvm-rg350-d88e5ad22f96e6e667182967b50de820f7823e2b.tar.bz2
scummvm-rg350-d88e5ad22f96e6e667182967b50de820f7823e2b.zip
HOPKINS: Remove a couple of useless functions
Diffstat (limited to 'engines/hopkins/sound.h')
-rw-r--r--engines/hopkins/sound.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/hopkins/sound.h b/engines/hopkins/sound.h
index dcd6af5ba3..55d2d4d233 100644
--- a/engines/hopkins/sound.h
+++ b/engines/hopkins/sound.h
@@ -72,9 +72,7 @@ private:
bool DEL_SAMPLE_SDL(int wavIndex);
bool SDL_LoadVoice(const Common::String &filename, size_t fileOffset, size_t entryLength, SwavItem &item);
void LOAD_SAMPLE2_SDL(int wavIndex, const Common::String &filename, bool freeSample);
- void LOAD_NWAV(const Common::String &file, int wavIndex);
- void PLAY_NWAV(int wavIndex);
- void DEL_NWAV(int wavIndex);
+ void delWav(int wavIndex);
void PLAY_SAMPLE_SDL(int voiceIndex, int wavIndex);
/**
@@ -116,6 +114,7 @@ public:
void loadAnimSound();
void playAnimSound(int soundNumber);
void loadWav(const Common::String &file, int wavIndex);
+ void playWav(int wavIndex);
void WSOUND(int soundNumber);
void WSOUND_OFF();
void playMod(const Common::String &file);
@@ -135,7 +134,6 @@ public:
void loadSample(int wavIndex, const Common::String &file);
void playSample(int wavIndex, int voiceMode);
void PLAY_SAMPLE2(int idx);
- void playWav(int wavIndex);
void syncSoundSettings();
void updateScummVMSoundSettings();