22 lines
436 B
C
22 lines
436 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class bwapi4_Error */
|
|
|
|
#ifndef _Included_bwapi4_Error
|
|
#define _Included_bwapi4_Error
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: bwapi4_Error
|
|
* Method: toString_native
|
|
* Signature: (J)Ljava/lang/String;
|
|
*/
|
|
JNIEXPORT jstring JNICALL Java_bwapi4_Error_toString_1native
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|