minmax/rs-wrapper/ch_bbw_m411_connect4_RustPlayer.h
2023-01-09 10:47:36 +01:00

21 lines
509 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class ch_bbw_m411_connect4_RustPlayer */
#ifndef _Included_ch_bbw_m411_connect4_RustPlayer
#define _Included_ch_bbw_m411_connect4_RustPlayer
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: ch_bbw_m411_connect4_RustPlayer
* Method: rustPlay
* Signature: (B[B)I
*/
JNIEXPORT jint JNICALL Java_ch_bbw_m411_connect4_RustPlayer_rustPlay
(JNIEnv *, jclass, jbyte, jbyteArray);
#ifdef __cplusplus
}
#endif
#endif