46 lines
1023 B
C
46 lines
1023 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class assimp_Scene */
|
|
|
|
#ifndef _Included_assimp_Scene
|
|
#define _Included_assimp_Scene
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: assimp_Scene
|
|
* Method: _NativeGetNumMeshes
|
|
* Signature: (I)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_assimp_Scene__1NativeGetNumMeshes
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
/*
|
|
* Class: assimp_Scene
|
|
* Method: _NativeGetNumAnimations
|
|
* Signature: (I)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_assimp_Scene__1NativeGetNumAnimations
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
/*
|
|
* Class: assimp_Scene
|
|
* Method: _NativeGetNumTextures
|
|
* Signature: (I)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_assimp_Scene__1NativeGetNumTextures
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
/*
|
|
* Class: assimp_Scene
|
|
* Method: _NativeGetNumMaterials
|
|
* Signature: (I)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_assimp_Scene__1NativeGetNumMaterials
|
|
(JNIEnv *, jobject, jint);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|