X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;ds=sidebyside;f=snd_wav.h;h=68fc6d64276380f9113231ef342ef0b5fc35a36a;hb=refs%2Fheads%2FCloudwalk%2Ffix-353;hp=d192d43abc58315b9b4e45be0b671f0054a8ae2b;hpb=20a31a160b9dbb9788b943d3284a26c873a62c3b;p=xonotic%2Fdarkplaces.git diff --git a/snd_wav.h b/snd_wav.h index d192d43a..68fc6d64 100644 --- a/snd_wav.h +++ b/snd_wav.h @@ -26,12 +26,11 @@ #define SND_WAV_H #include "qtypes.h" -#include "sound.h" -#include "snd_main.h" +struct sfx_s; -extern const snd_fetcher_t wav_fetcher; +extern const struct snd_fetcher_s wav_fetcher; -qbool S_LoadWavFile (const char *filename, sfx_t *sfx); +qbool S_LoadWavFile (const char *filename, struct sfx_s *sfx); #endif