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/bwapi4_Regionset.h
2015-02-09 19:16:11 +01:00

22 lines
457 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class bwapi4_Regionset */
#ifndef _Included_bwapi4_Regionset
#define _Included_bwapi4_Regionset
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: bwapi4_Regionset
* Method: getCenter_native
* Signature: (J)Lbwapi4/Position;
*/
JNIEXPORT jobject JNICALL Java_bwapi4_Regionset_getCenter_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif