X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=snd_ogg.h;h=35296e1acf013cc671d87b84bd1e5852263bcfd5;hb=refs%2Fheads%2Fbones_was_here%2Fgametype_hax;hp=c25e32acb92dbbc93c1fa9373ca9edab552ba9b7;hpb=355bc09086e3ff04769e90565df100e510f852da;p=xonotic%2Fdarkplaces.git diff --git a/snd_ogg.h b/snd_ogg.h index c25e32ac..35296e1a 100644 --- a/snd_ogg.h +++ b/snd_ogg.h @@ -24,10 +24,12 @@ #ifndef SND_OGG_H #define SND_OGG_H +#include "qtypes.h" +struct sfx_s; -qboolean OGG_OpenLibrary (void); +qbool OGG_OpenLibrary (void); void OGG_CloseLibrary (void); -sfxcache_t *OGG_LoadVorbisFile (const char *filename, sfx_t *s); +qbool OGG_LoadVorbisFile (const char *filename, struct sfx_s *sfx); #endif