]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_wav.h
sv_save: Add new hooks to reduce client code in server savegame code.
[xonotic/darkplaces.git] / snd_wav.h
index 638d1d3f504b9cd480f5e4faa81e404123b28553..d192d43abc58315b9b4e45be0b671f0054a8ae2b 100644 (file)
--- a/snd_wav.h
+++ b/snd_wav.h
 #ifndef SND_WAV_H
 #define SND_WAV_H
 
+#include "qtypes.h"
+#include "sound.h"
+#include "snd_main.h"
 
-extern snd_fetcher_t wav_fetcher;
+extern const snd_fetcher_t wav_fetcher;
 
-qboolean S_LoadWavFile (const char *filename, sfx_t *s);
+qbool S_LoadWavFile (const char *filename, sfx_t *sfx);
 
 
 #endif