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

22 lines
435 B
C
Raw Normal View History

2014-08-05 04:43:14 -04:00
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class bwapi_GameWrapper */
#ifndef _Included_bwapi_GameWrapper
#define _Included_bwapi_GameWrapper
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: bwapi_GameWrapper
* Method: flush_native
* Signature: (J)V
*/
JNIEXPORT void JNICALL Java_bwapi_GameWrapper_flush_1native
(JNIEnv *, jobject, jlong);
#ifdef __cplusplus
}
#endif
#endif