crystal-of-rhylil/jni/Sounds.h
2018-08-13 13:16:06 +05:00

8 lines
161 B
C
Executable File

#include <jni.h>
extern "C" {
JNIEXPORT void JNICALL Java_com_fishrungames_crystalofrhylil_sounds_JniSoundCalls_initJniSounds(JNIEnv *pEnv, jobject pThis);
}