46 lines
955 B
C
46 lines
955 B
C
![]() |
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class bwapi4_Client */
|
||
|
|
||
|
#ifndef _Included_bwapi4_Client
|
||
|
#define _Included_bwapi4_Client
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
/*
|
||
|
* Class: bwapi4_Client
|
||
|
* Method: isConnected_native
|
||
|
* Signature: (J)Z
|
||
|
*/
|
||
|
JNIEXPORT jboolean JNICALL Java_bwapi4_Client_isConnected_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Client
|
||
|
* Method: connect_native
|
||
|
* Signature: (J)Z
|
||
|
*/
|
||
|
JNIEXPORT jboolean JNICALL Java_bwapi4_Client_connect_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Client
|
||
|
* Method: disconnect_native
|
||
|
* Signature: (J)V
|
||
|
*/
|
||
|
JNIEXPORT void JNICALL Java_bwapi4_Client_disconnect_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi4_Client
|
||
|
* Method: update_native
|
||
|
* Signature: (J)V
|
||
|
*/
|
||
|
JNIEXPORT void JNICALL Java_bwapi4_Client_update_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|