X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=snd_xmp.h;h=3268dee8aa2705038bae7622598559a45868ee76;hb=c9c011dcf7b2ee062e9493139b89fff99f63ea25;hp=caa68323e338c45cb6d966fe07fccbff0b0c802c;hpb=ac8080688588aba1ab7934f7ba0c2ffea0c8eb91;p=xonotic%2Fdarkplaces.git diff --git a/snd_xmp.h b/snd_xmp.h index caa68323..3268dee8 100644 --- a/snd_xmp.h +++ b/snd_xmp.h @@ -20,10 +20,12 @@ #ifndef SND_XMP_H #define SND_XMP_H +#include "qtypes.h" +struct sfx_s; -qboolean XMP_OpenLibrary (void); +qbool XMP_OpenLibrary (void); void XMP_CloseLibrary (void); -qboolean XMP_LoadModFile (const char *filename, sfx_t *sfx); +qbool XMP_LoadModFile (const char *filename, struct sfx_s *sfx); #endif