📄 org_ogre4j_log.h
字号:
/* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -