mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 19:34:08 +01:00
30 lines
764 B
C
30 lines
764 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_petero_droidfish_tb_RtbProbe */
|
|
|
|
#ifndef _Included_org_petero_droidfish_tb_RtbProbe
|
|
#define _Included_org_petero_droidfish_tb_RtbProbe
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_petero_droidfish_tb_RtbProbe
|
|
* Method: probe
|
|
* Signature: ([BZIIII[I)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_org_petero_droidfish_tb_RtbProbe_probe
|
|
(JNIEnv *, jobject, jbyteArray, jboolean, jint, jint, jint, jint, jintArray);
|
|
|
|
/*
|
|
* Class: org_petero_droidfish_tb_RtbProbe
|
|
* Method: init
|
|
* Signature: (Ljava/lang/String;)Z
|
|
*/
|
|
JNIEXPORT jboolean JNICALL Java_org_petero_droidfish_tb_RtbProbe_init
|
|
(JNIEnv *, jclass, jstring);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|