X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=snd_wav.h;h=68fc6d64276380f9113231ef342ef0b5fc35a36a;hb=7c82443dc33d8bca7b904e131033bb312c800d1a;hp=ae471620a6fbef6e913cb57261ce64cad5afe1ac;hpb=56a3c771e738f95464663eff324789b647ef7481;p=xonotic%2Fdarkplaces.git diff --git a/snd_wav.h b/snd_wav.h index ae471620..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; -qboolean S_LoadWavFile (const char *filename, sfx_t *s); +qbool S_LoadWavFile (const char *filename, struct sfx_s *sfx); #endif