| 123456789101112131415161718192021 |
- /* DO NOT EDIT THIS FILE - it is machine generated */
- #include <jni.h>
- /* Header for class com_ea_EAThread_EAThread */
- #ifndef _Included_com_ea_EAThread_EAThread
- #define _Included_com_ea_EAThread_EAThread
- #ifdef __cplusplus
- extern "C" {
- #endif
- /*
- * Class: com_ea_EAThread_EAThread
- * Method: Init
- * Signature: ()V
- */
- JNIEXPORT void JNICALL Java_com_ea_EAThread_EAThread_Init
- (JNIEnv *, jclass);
- #ifdef __cplusplus
- }
- #endif
- #endif
|