38 lines
821 B
C
38 lines
821 B
C
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class bwapi_ForceImpl */
|
||
|
|
||
|
#ifndef _Included_bwapi_ForceImpl
|
||
|
#define _Included_bwapi_ForceImpl
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
/*
|
||
|
* Class: bwapi_ForceImpl
|
||
|
* Method: getID_native
|
||
|
* Signature: (J)I
|
||
|
*/
|
||
|
JNIEXPORT jint JNICALL Java_bwapi_ForceImpl_getID_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi_ForceImpl
|
||
|
* Method: getName_native
|
||
|
* Signature: (J)Ljava/lang/String;
|
||
|
*/
|
||
|
JNIEXPORT jstring JNICALL Java_bwapi_ForceImpl_getName_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
/*
|
||
|
* Class: bwapi_ForceImpl
|
||
|
* Method: getPlayers_native
|
||
|
* Signature: (J)Ljava/util/List;
|
||
|
*/
|
||
|
JNIEXPORT jobject JNICALL Java_bwapi_ForceImpl_getPlayers_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|