X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=snd_wav.h;h=68fc6d64276380f9113231ef342ef0b5fc35a36a;hb=b86597d5083b7c6884a1f01995feaf5e50481df5;hp=65015d35b130a2d8f93acbfb9817fd748572ac04;hpb=0a05c446ba26bd5897645a37ceec8646c5bc93eb;p=xonotic%2Fdarkplaces.git 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