X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=snd_xmp.h;h=3268dee8aa2705038bae7622598559a45868ee76;hb=b99206803156d4bdfe4ce0c83a2db8f9486e09d4;hp=23171ea34a707747f1a058bd1821d89ac51e2084;hpb=e9ef9da90a206204b283dacd15c35bd3fd1fe5c9;p=xonotic%2Fdarkplaces.git diff --git a/snd_xmp.h b/snd_xmp.h index 23171ea3..3268dee8 100644 --- a/snd_xmp.h +++ b/snd_xmp.h @@ -21,11 +21,11 @@ #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