2008-05-22 22:47:20 +00:00
|
|
|
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
|
|
#include <jni.h>
|
|
|
|
/* Header for class assimp_Importer */
|
|
|
|
|
|
|
|
#ifndef _Included_assimp_Importer
|
|
|
|
#define _Included_assimp_Importer
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
/*
|
|
|
|
* Class: assimp_Importer
|
|
|
|
* Method: _NativeInitContext
|
|
|
|
* Signature: ()I
|
|
|
|
*/
|
|
|
|
JNIEXPORT jint JNICALL Java_assimp_Importer__1NativeInitContext
|
|
|
|
(JNIEnv *, jobject);
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Class: assimp_Importer
|
|
|
|
* Method: _NativeFreeContext
|
2008-05-23 12:30:52 +00:00
|
|
|
* Signature: (J)I
|
2008-05-22 22:47:20 +00:00
|
|
|
*/
|
|
|
|
JNIEXPORT jint JNICALL Java_assimp_Importer__1NativeFreeContext
|
2008-05-23 12:30:52 +00:00
|
|
|
(JNIEnv *, jobject, jlong);
|
2008-05-22 22:47:20 +00:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Class: assimp_Importer
|
|
|
|
* Method: _NativeLoad
|
2008-05-23 12:30:52 +00:00
|
|
|
* Signature: (Ljava/lang/String;IJ)I
|
2008-05-22 22:47:20 +00:00
|
|
|
*/
|
|
|
|
JNIEXPORT jint JNICALL Java_assimp_Importer__1NativeLoad
|
2008-05-23 12:30:52 +00:00
|
|
|
(JNIEnv *, jobject, jstring, jint, jlong);
|
2008-05-22 22:47:20 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
#endif
|