563103b890
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@5 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
13 lines
182 B
C
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
|