This commit is contained in:
nora 2023-01-09 10:47:36 +01:00
parent 5bfabd3cec
commit 6b5347b196
5 changed files with 89 additions and 20 deletions

View file

@ -10,10 +10,10 @@ extern "C" {
/*
* Class: ch_bbw_m411_connect4_RustPlayer
* Method: rustPlay
* Signature: (B[Lch/bbw/m411/connect4/Connect4ArenaMain/Stone;)I
* Signature: (B[B)I
*/
JNIEXPORT jint JNICALL Java_ch_bbw_m411_connect4_RustPlayer_rustPlay
(JNIEnv *, jobject, jbyte, jobjectArray);
(JNIEnv *, jclass, jbyte, jbyteArray);
#ifdef __cplusplus
}