X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_wav.h;h=68fc6d64276380f9113231ef342ef0b5fc35a36a;hp=89c7ee518102c940f332e473c9782392296e3fb1;hb=97820be04836873cca98fddf52c1901e430d9bee;hpb=da29a8beeb35293e2fd38b51883c91b5cf4cf4ad diff --git a/snd_wav.h b/snd_wav.h index 89c7ee51..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 *sfx); +qbool S_LoadWavFile (const char *filename, struct sfx_s *sfx); #endif