mirror of
https://github.com/DrKLO/Telegram.git
synced 2024-12-22 22:45:18 +01:00
8 lines
121 B
C
8 lines
121 B
C
#ifndef image_h
|
|
#define image_h
|
|
|
|
#include <jni.h>
|
|
|
|
jint imageOnJNILoad(JavaVM *vm, void *reserved, JNIEnv *env);
|
|
|
|
#endif
|