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_Regionset.h

30 lines
673 B
C
Raw Normal View History

2014-08-05 04:43:14 -04:00
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class bwapi_Regionset */
#ifndef _Included_bwapi_Regionset
#define _Included_bwapi_Regionset
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: bwapi_Regionset
* Method: getCenter_native
* Signature: (J)Lbwapi/Position;
*/
JNIEXPORT jobject JNICALL Java_bwapi_Regionset_getCenter_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_Regionset
* Method: getUnits_native
* Signature: (JLbwapi/UnitFilter;)Lbwapi/Unitset;
*/
JNIEXPORT jobject JNICALL Java_bwapi_Regionset_getUnits_1native
(JNIEnv *, jobject, jlong, jobject);
#ifdef __cplusplus
}
#endif
#endif