]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_wav.h
Add cvar snd_cdautopause: optional CD track pause during game pause
[xonotic/darkplaces.git] / snd_wav.h
index ae471620a6fbef6e913cb57261ce64cad5afe1ac..68fc6d64276380f9113231ef342ef0b5fc35a36a 100644 (file)
--- a/snd_wav.h
+++ b/snd_wav.h
 #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