1 /* DO NOT EDIT THIS FILE - it is machine generated */ 2 #include <jni.h> 3 /* Header for class com_jme3_bullet_joints_ConeJoint */ 4 5 #ifndef _Included_com_jme3_bullet_joints_ConeJoint 6 #define _Included_com_jme3_bullet_joints_ConeJoint 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 /* 11 * Class: com_jme3_bullet_joints_ConeJoint 12 * Method: setLimit 13 * Signature: (JFFF)V 14 */ 15 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_ConeJoint_setLimit 16 (JNIEnv *, jobject, jlong, jfloat, jfloat, jfloat); 17 18 /* 19 * Class: com_jme3_bullet_joints_ConeJoint 20 * Method: setAngularOnly 21 * Signature: (JZ)V 22 */ 23 JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_ConeJoint_setAngularOnly 24 (JNIEnv *, jobject, jlong, jboolean); 25 26 /* 27 * Class: com_jme3_bullet_joints_ConeJoint 28 * Method: createJoint 29 * Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;Lcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;)J 30 */ 31 JNIEXPORT jlong JNICALL Java_com_jme3_bullet_joints_ConeJoint_createJoint 32 (JNIEnv *, jobject, jlong, jlong, jobject, jobject, jobject, jobject); 33 34 #ifdef __cplusplus 35 } 36 #endif 37 #endif 38