Browse Source

Remove unused and undefined `snd_stop_snd`

pull/4709/head
Gleb Mazovetskiy 4 years ago
parent
commit
4a68c3baef
  1. 1
      Source/sound.h

1
Source/sound.h

@ -54,7 +54,6 @@ extern bool gbSndInited;
extern _music_id sgnMusicTrack;
void ClearDuplicateSounds();
void snd_stop_snd(TSnd *pSnd);
void snd_play_snd(TSnd *pSnd, int lVolume, int lPan);
std::unique_ptr<TSnd> sound_file_load(const char *path, bool stream = false);
void snd_init();

Loading…
Cancel
Save