Peter 085acd26c4 Add 'submodules/libtgvoip/' from commit 'dcbbfd9ec40ee8702852a768d75362142becc727'
git-subtree-dir: submodules/libtgvoip
git-subtree-mainline: d153fe0f21174c4d6e1c3602e852e7a0e53051f0
git-subtree-split: dcbbfd9ec40ee8702852a768d75362142becc727
2019-06-11 18:52:32 +01:00

19 lines
265 B
C

//
// 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