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/headers4/bwta_Chokepoint.h

46 lines
1,020 B
C
Raw Normal View History

2015-02-27 15:29:33 -05:00
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class bwta_Chokepoint */
#ifndef _Included_bwta_Chokepoint
#define _Included_bwta_Chokepoint
#ifdef __cplusplus
extern "C" {
#endif
2016-02-28 06:38:00 -05:00
/*
* Class: bwta_Chokepoint
* Method: getRegions_native
* Signature: (J)Lbwapi/Pair;
*/
JNIEXPORT jobject JNICALL Java_bwta_Chokepoint_getRegions_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwta_Chokepoint
* Method: getSides_native
* Signature: (J)Lbwapi/Pair;
*/
JNIEXPORT jobject JNICALL Java_bwta_Chokepoint_getSides_1native
(JNIEnv *, jobject, jlong);
2015-02-27 15:29:33 -05:00
/*
* Class: bwta_Chokepoint
* Method: getCenter_native
* Signature: (J)Lbwapi/Position;
*/
JNIEXPORT jobject JNICALL Java_bwta_Chokepoint_getCenter_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwta_Chokepoint
* Method: getWidth_native
* Signature: (J)D
*/
JNIEXPORT jdouble JNICALL Java_bwta_Chokepoint_getWidth_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif