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