X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_wav.h;h=68fc6d64276380f9113231ef342ef0b5fc35a36a;hp=65015d35b130a2d8f93acbfb9817fd748572ac04;hb=c6fe51c93d8d1216aa6aa924937fdf768e6304cc;hpb=0a05c446ba26bd5897645a37ceec8646c5bc93eb diff --git a/snd_wav.h b/snd_wav.h index 65015d35..68fc6d64 100644 --- a/snd_wav.h +++ b/snd_wav.h @@ -25,10 +25,12 @@ #ifndef SND_WAV_H #define SND_WAV_H +#include "qtypes.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