1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class com_jme3_bullet_joints_PhysicsJoint */
4 
5 #ifndef _Included_com_jme3_bullet_joints_PhysicsJoint
6 #define _Included_com_jme3_bullet_joints_PhysicsJoint
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class:     com_jme3_bullet_joints_PhysicsJoint
12  * Method:    getAppliedImpulse
13  * Signature: (J)F
14  */
15 JNIEXPORT jfloat JNICALL Java_com_jme3_bullet_joints_PhysicsJoint_getAppliedImpulse
16   (JNIEnv *, jobject, jlong);
17 
18 /*
19  * Class:     com_jme3_bullet_joints_PhysicsJoint
20  * Method:    finalizeNative
21  * Signature: (J)V
22  */
23 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_PhysicsJoint_finalizeNative
24   (JNIEnv *, jobject, jlong);
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif
30