org_ogre4j_subentity.h
来自「赫赫大名的 OGRE 游戏引擎」· C头文件 代码 · 共 30 行
H
30 行
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class org_ogre4j_SubEntity */
#ifndef _Included_org_ogre4j_SubEntity
#define _Included_org_ogre4j_SubEntity
#ifdef __cplusplus
extern "C" {
#endif
/*
* Class: org_ogre4j_SubEntity
* Method: getMaterialName
* Signature: ()Ljava/lang/String;
*/
JNIEXPORT jstring JNICALL Java_org_ogre4j_SubEntity_getMaterialName
(JNIEnv *, jobject);
/*
* Class: org_ogre4j_SubEntity
* Method: setMaterialName
* Signature: (Ljava/lang/String;)V
*/
JNIEXPORT void JNICALL Java_org_ogre4j_SubEntity_setMaterialName
(JNIEnv *, jobject, jstring);
#ifdef __cplusplus
}
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?