]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_xmp.h
physics: fix and refactor unsticking
[xonotic/darkplaces.git] / snd_xmp.h
index 23171ea34a707747f1a058bd1821d89ac51e2084..3268dee8aa2705038bae7622598559a45868ee76 100644 (file)
--- a/snd_xmp.h
+++ b/snd_xmp.h
 #define SND_XMP_H
 
 #include "qtypes.h"
-#include "sound.h"
+struct sfx_s;
 
 qbool XMP_OpenLibrary (void);
 void XMP_CloseLibrary (void);
-qbool XMP_LoadModFile (const char *filename, sfx_t *sfx);
+qbool XMP_LoadModFile (const char *filename, struct sfx_s *sfx);
 
 
 #endif