You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
732 B
37 lines
732 B
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class jdd_JDDVars */
|
|
|
|
#ifndef _Included_jdd_JDDVars
|
|
#define _Included_jdd_JDDVars
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: jdd_JDDVars
|
|
* Method: DDV_BuildArray
|
|
* Signature: ()J
|
|
*/
|
|
JNIEXPORT jlong JNICALL Java_jdd_JDDVars_DDV_1BuildArray
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: jdd_JDDVars
|
|
* Method: DDV_FreeArray
|
|
* Signature: (J)V
|
|
*/
|
|
JNIEXPORT void JNICALL Java_jdd_JDDVars_DDV_1FreeArray
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
/*
|
|
* Class: jdd_JDDVars
|
|
* Method: DDV_GetIndex
|
|
* Signature: (J)I
|
|
*/
|
|
JNIEXPORT jint JNICALL Java_jdd_JDDVars_DDV_1GetIndex
|
|
(JNIEnv *, jobject, jlong);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|