mirror of
https://github.com/Noratrieb/minmax.git
synced 2026-01-16 08:15:04 +01:00
jni
This commit is contained in:
parent
193c89c25c
commit
5bfabd3cec
7 changed files with 568 additions and 3 deletions
21
rs-wrapper/ch_bbw_m411_connect4_RustPlayer.h
Normal file
21
rs-wrapper/ch_bbw_m411_connect4_RustPlayer.h
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
/* 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[Lch/bbw/m411/connect4/Connect4ArenaMain/Stone;)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_ch_bbw_m411_connect4_RustPlayer_rustPlay
|
||||
(JNIEnv *, jobject, jbyte, jobjectArray);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue