mirror of
https://github.com/NekoX-Dev/NekoX.git
synced 2024-12-13 23:20:16 +01:00
9 lines
105 B
C
9 lines
105 B
C
#ifndef image_h
|
|
#define image_h
|
|
|
|
#include <jni.h>
|
|
|
|
jint imageOnJNILoad(JavaVM *vm, JNIEnv *env);
|
|
|
|
#endif
|