22 lines
449 B
C
22 lines
449 B
C
![]() |
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||
|
#include <jni.h>
|
||
|
/* Header for class bwapi_Forceset */
|
||
|
|
||
|
#ifndef _Included_bwapi_Forceset
|
||
|
#define _Included_bwapi_Forceset
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
/*
|
||
|
* Class: bwapi_Forceset
|
||
|
* Method: getPlayers_native
|
||
|
* Signature: (J)Lbwapi/Playerset;
|
||
|
*/
|
||
|
JNIEXPORT jobject JNICALL Java_bwapi_Forceset_getPlayers_1native
|
||
|
(JNIEnv *, jobject, jlong);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
#endif
|