mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-16 08:15:04 +01:00
wrap
This commit is contained in:
parent
5bfabd3cec
commit
6b5347b196
5 changed files with 89 additions and 20 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue