mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
9 lines
121 B
C
9 lines
121 B
C
#ifndef image_h
|
|
#define image_h
|
|
|
|
#include <jni.h>
|
|
|
|
jint imageOnJNILoad(JavaVM *vm, void *reserved, JNIEnv *env);
|
|
|
|
#endif
|