]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_wav.h
README: Remove Discord invite link. The Discord server is now deprecated
[xonotic/darkplaces.git] / snd_wav.h
index 65015d35b130a2d8f93acbfb9817fd748572ac04..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;
 
-qbool S_LoadWavFile (const char *filename, sfx_t *sfx);
+qbool S_LoadWavFile (const char *filename, struct sfx_s *sfx);
 
 
 #endif