This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
BWMirror-Generator/headers/bwapi_Race.h
2014-08-05 10:43:14 +02:00

62 lines
1.4 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class bwapi_Race */
#ifndef _Included_bwapi_Race
#define _Included_bwapi_Race
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: bwapi_Race
* Method: c_str_native
* Signature: (J)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_bwapi_Race_c_1str_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_Race
* Method: getWorker_native
* Signature: (J)Lbwapi/UnitType;
*/
JNIEXPORT jobject JNICALL Java_bwapi_Race_getWorker_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_Race
* Method: getCenter_native
* Signature: (J)Lbwapi/UnitType;
*/
JNIEXPORT jobject JNICALL Java_bwapi_Race_getCenter_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_Race
* Method: getRefinery_native
* Signature: (J)Lbwapi/UnitType;
*/
JNIEXPORT jobject JNICALL Java_bwapi_Race_getRefinery_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_Race
* Method: getTransport_native
* Signature: (J)Lbwapi/UnitType;
*/
JNIEXPORT jobject JNICALL Java_bwapi_Race_getTransport_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_Race
* Method: getSupplyProvider_native
* Signature: (J)Lbwapi/UnitType;
*/
JNIEXPORT jobject JNICALL Java_bwapi_Race_getSupplyProvider_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif