62 lines
1.4 KiB
C
62 lines
1.4 KiB
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class bwapi4_Race */
|
|
|
|
#ifndef _Included_bwapi4_Race
|
|
#define _Included_bwapi4_Race
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: bwapi4_Race
|
|
* Method: toString_native
|
|
* Signature: (J)Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL Java_bwapi4_Race_toString_1native
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
/*
|
|
* Class: bwapi4_Race
|
|
* Method: getWorker_native
|
|
* Signature: (J)Lbwapi4/UnitType;
|
|
*/
|
|
JNIEXPORT jobject JNICALL Java_bwapi4_Race_getWorker_1native
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
/*
|
|
* Class: bwapi4_Race
|
|
* Method: getCenter_native
|
|
* Signature: (J)Lbwapi4/UnitType;
|
|
*/
|
|
JNIEXPORT jobject JNICALL Java_bwapi4_Race_getCenter_1native
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
/*
|
|
* Class: bwapi4_Race
|
|
* Method: getRefinery_native
|
|
* Signature: (J)Lbwapi4/UnitType;
|
|
*/
|
|
JNIEXPORT jobject JNICALL Java_bwapi4_Race_getRefinery_1native
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
/*
|
|
* Class: bwapi4_Race
|
|
* Method: getTransport_native
|
|
* Signature: (J)Lbwapi4/UnitType;
|
|
*/
|
|
JNIEXPORT jobject JNICALL Java_bwapi4_Race_getTransport_1native
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
/*
|
|
* Class: bwapi4_Race
|
|
* Method: getSupplyProvider_native
|
|
* Signature: (J)Lbwapi4/UnitType;
|
|
*/
|
|
JNIEXPORT jobject JNICALL Java_bwapi4_Race_getSupplyProvider_1native
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|