droidfish/DroidFish/jni/rtb/RtbProbe.h

30 lines
764 B
C
Raw Normal View History

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
2014-10-12 02:32:56 +02:00
/* Header for class org_petero_droidfish_tb_RtbProbe */
2014-10-12 02:32:56 +02:00
#ifndef _Included_org_petero_droidfish_tb_RtbProbe
#define _Included_org_petero_droidfish_tb_RtbProbe
#ifdef __cplusplus
extern "C" {
#endif
/*
2014-10-12 02:32:56 +02:00
* Class: org_petero_droidfish_tb_RtbProbe
* Method: probe
* Signature: ([BZIIII[I)V
*/
2014-10-12 02:32:56 +02:00
JNIEXPORT void JNICALL Java_org_petero_droidfish_tb_RtbProbe_probe
(JNIEnv *, jobject, jbyteArray, jboolean, jint, jint, jint, jint, jintArray);
/*
2014-10-12 02:32:56 +02:00
* Class: org_petero_droidfish_tb_RtbProbe
* Method: init
* Signature: (Ljava/lang/String;)Z
*/
2014-10-12 02:32:56 +02:00
JNIEXPORT jboolean JNICALL Java_org_petero_droidfish_tb_RtbProbe_init
(JNIEnv *, jclass, jstring);
#ifdef __cplusplus
}
#endif
#endif