mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-14 15:25:08 +01:00
21 lines
509 B
C
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
|