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/bwapi_Event.h
2015-02-10 16:47:28 +01:00

54 lines
1.1 KiB
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class bwapi_Event */
#ifndef _Included_bwapi_Event
#define _Included_bwapi_Event
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: bwapi_Event
* Method: getPosition_native
* Signature: (J)Lbwapi/Position;
*/
JNIEXPORT jobject JNICALL Java_bwapi_Event_getPosition_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_Event
* Method: getText_native
* Signature: (J)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_bwapi_Event_getText_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_Event
* Method: getUnit_native
* Signature: (J)Lbwapi/Unit;
*/
JNIEXPORT jobject JNICALL Java_bwapi_Event_getUnit_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_Event
* Method: getPlayer_native
* Signature: (J)Lbwapi/Player;
*/
JNIEXPORT jobject JNICALL Java_bwapi_Event_getPlayer_1native
(JNIEnv *, jobject, jlong);
/*
* Class: bwapi_Event
* Method: isWinner_native
* Signature: (J)Z
*/
JNIEXPORT jboolean JNICALL Java_bwapi_Event_isWinner_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif