org_ogre4j_log.h
来自「使用stl技术,(还没看,是听说的)」· C头文件 代码 · 共 30 行
H
30 行
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_Log */
#ifndef _Included_org_ogre4j_Log
#define _Included_org_ogre4j_Log
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_ogre4j_Log
* Method: logMessage
* Signature: (Ljava/lang/String;I)V
*/
JNIEXPORT void JNICALL Java_org_ogre4j_Log_logMessage
(JNIEnv *, jobject, jstring, jint);
/*
* Class: org_ogre4j_Log
* Method: setLogDetail
* Signature: (I)V
*/
JNIEXPORT void JNICALL Java_org_ogre4j_Log_setLogDetail
(JNIEnv *, jobject, jint);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?