]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_wav.c
qdefs: Check _MSC_VER instead of incorrect MSVC
[xonotic/darkplaces.git] / snd_wav.c
index e5d4752319850ac6928fe07a2c32222960c90571..d23a8b5126487ca3b01196c8c5c17ffc61492565 100644 (file)
--- a/snd_wav.c
+++ b/snd_wav.c
 */
 
 
-#include "quakedef.h"
+#include "darkplaces.h"
 #include "snd_main.h"
 #include "snd_wav.h"
-
+#include "sound.h"
 
 typedef struct wavinfo_s
 {