8 lines
156 B
C
Executable File
8 lines
156 B
C
Executable File
#include <jni.h>
|
|
|
|
extern "C" {
|
|
|
|
JNIEXPORT void JNICALL Java_fishrungames_doublehitballs_sounds_JniSoundCalls_initJniSounds(JNIEnv *pEnv, jobject pThis);
|
|
|
|
}
|