]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_xmp.h
physics: fix and refactor unsticking
[xonotic/darkplaces.git] / snd_xmp.h
index 799ffd1ee76537383581001665d576e7f30c00de..3268dee8aa2705038bae7622598559a45868ee76 100644 (file)
--- a/snd_xmp.h
+++ b/snd_xmp.h
 #ifndef SND_XMP_H
 #define SND_XMP_H
 
+#include "qtypes.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