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/headers/bwapi_Order.h
2014-08-05 10:43:14 +02:00

22 lines
426 B
C

/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class bwapi_Order */
#ifndef _Included_bwapi_Order
#define _Included_bwapi_Order
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: bwapi_Order
* Method: c_str_native
* Signature: (J)Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_bwapi_Order_c_1str_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif