Files
EASTL/test/packages/EAThread/source/android/com_ea_EAThread_EAThread.h
T
jeanlemotan 48ab06b1d9 First
2024-07-02 18:10:39 +02:00

22 lines
444 B
C

/* 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