mirror of
https://github.com/danog/deeptelegram.git
synced 2024-12-03 09:57:48 +01: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
|