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_Error.h

22 lines
431 B
C
Raw Normal View History

2015-02-10 10:47:28 -05:00
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class bwapi_Error */
#ifndef _Included_bwapi_Error
#define _Included_bwapi_Error
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: bwapi_Error
* Method: toString_native
* Signature: (J)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_bwapi_Error_toString_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif