X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=snd_ogg.h;h=f8c5fe78ffdb61900d58bde97d6bbd834a75b544;hp=c25e32acb92dbbc93c1fa9373ca9edab552ba9b7;hb=85a33377d64ae8438e6582a7b8472f5a4bd41942;hpb=355bc09086e3ff04769e90565df100e510f852da;ds=sidebyside diff --git a/snd_ogg.h b/snd_ogg.h index c25e32ac..f8c5fe78 100644 --- a/snd_ogg.h +++ b/snd_ogg.h @@ -27,7 +27,7 @@ qboolean OGG_OpenLibrary (void); void OGG_CloseLibrary (void); -sfxcache_t *OGG_LoadVorbisFile (const char *filename, sfx_t *s); +qboolean OGG_LoadVorbisFile (const char *filename, sfx_t *sfx); #endif