Files
commandergenius/src/include/vorbis/oggsupport.h
T
2009-06-06 19:24:55 +00:00

13 lines
182 B
C

/*
* oggsupport.h
*
* Created on: 06.01.2009
* Author: gerstrong
*/
#ifdef BUILD_WITH_OGG
short openOGGSound(FILE *fp, SDL_AudioSpec *pspec, stHQSound *psound);
#endif