]> 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 f8c5fe78ffdb61900d58bde97d6bbd834a75b544..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 *sfx);
+qbool OGG_LoadVorbisFile (const char *filename, struct sfx_s *sfx);
 
 
 #endif