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

24 lines
463 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_Mirror */
#ifndef _Included_bwapi_Mirror
#define _Included_bwapi_Mirror
#ifdef __cplusplus
extern "C" {
#endif
#undef bwapi_Mirror_EXTRACT_JAR
#define bwapi_Mirror_EXTRACT_JAR 1L
/*
* Class: bwapi_Mirror
* Method: startGame
* Signature: ()V
*/
JNIEXPORT void JNICALL Java_bwapi_Mirror_startGame
(JNIEnv *, jobject);
#ifdef __cplusplus
}
#endif
#endif