5 #ifndef _ALMIXER_PLATFORMEXTENSIONS_H_ 6 #define _ALMIXER_PLATFORMEXTENSIONS_H_ 31 extern ALMIXER_DECLSPEC
void ALMIXER_CALL ALmixer_Android_SetApplicationContext(
void* application_context);
39 extern ALMIXER_DECLSPEC
void* ALMIXER_CALL ALmixer_Android_GetApplicationContext(
void);
48 extern ALMIXER_DECLSPEC
void* ALMIXER_CALL ALmixer_Android_GetJavaVM(
void);
56 extern ALMIXER_DECLSPEC
void* ALMIXER_CALL ALmixer_Android_GetJNIEnv(
void);
ALmixer (which I sometimes call "SDL-OpenAL-Mixer" or "SDL_ALmixer") is a cross-platform audio librar...