]> 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 0b30e24a8811e640a51c7bbe8b25c1da4fe9b584..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;
 
 qbool OGG_OpenLibrary (void);
 void OGG_CloseLibrary (void);
-qbool OGG_LoadVorbisFile (const char *filename, sfx_t *sfx);
+qbool OGG_LoadVorbisFile (const char *filename, struct sfx_s *sfx);
 
 
 #endif