double-hit-balls/game/Sounds.h

8 lines
156 B
C
Raw Normal View History

2018-08-12 14:16:12 +00:00
#include <jni.h>
extern "C" {
JNIEXPORT void JNICALL Java_fishrungames_doublehitballs_sounds_JniSoundCalls_initJniSounds(JNIEnv *pEnv, jobject pThis);
}