1
0
mirror of https://github.com/danog/libtgvoip.git synced 2024-11-26 20:24:38 +01:00
libtgvoip/client/android/tg_voip_jni.h

19 lines
265 B
C
Raw Permalink Normal View History

//
// Created by Grishka on 14.08.2018.
//
#ifndef TELEGRAM_TG_VOIP_JNI_H
#define TELEGRAM_TG_VOIP_JNI_H
#include <jni.h>
#ifdef __cplusplus
extern "C"{
#endif
void tgvoipRegisterNatives(JNIEnv* env);
#ifdef __cplusplus
}
#endif
#endif //TELEGRAM_TG_VOIP_JNI_H