axmol/CocosDenshion/android/jni/SimpleAudioEngineJni.h

11 lines
225 B
C
Raw Normal View History

2011-01-19 16:00:19 +08:00
#ifndef __SIMPLE_AUDIO_ENGINE_JNI__
#define __SIMPLE_AUDIO_ENGINE_JNI__
#include <jni.h>
extern "C"
{
extern void playBackgroundMusicJNI(const char *path, bool isLoop);
}
#endif // __SIMPLE_AUDIO_ENGINE_JNI__