]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_ogg.h
README, sdl, sys, makefile: Bring up macOS support
[xonotic/darkplaces.git] / snd_ogg.h
index 4d200b79f6bba8f545ed6d1c32ad3e35eec56c89..35296e1acf013cc671d87b84bd1e5852263bcfd5 100644 (file)
--- a/snd_ogg.h
+++ b/snd_ogg.h
 #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);
-qboolean OGG_LoadVorbisFile (const char *filename, sfx_t *s);
+qbool OGG_LoadVorbisFile (const char *filename, struct sfx_s *sfx);
 
 
 #endif