1 /* DO NOT EDIT THIS FILE - it is machine generated */ 2 #include <jni.h> 3 /* Header for class com_jme3_bullet_collision_shapes_CompoundCollisionShape */ 4 5 #ifndef _Included_com_jme3_bullet_collision_shapes_CompoundCollisionShape 6 #define _Included_com_jme3_bullet_collision_shapes_CompoundCollisionShape 7 #ifdef __cplusplus 8 extern "C" { 9 #endif 10 /* 11 * Class: com_jme3_bullet_collision_shapes_CompoundCollisionShape 12 * Method: createShape 13 * Signature: ()J 14 */ 15 JNIEXPORT jlong JNICALL Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_createShape 16 (JNIEnv *, jobject); 17 18 /* 19 * Class: com_jme3_bullet_collision_shapes_CompoundCollisionShape 20 * Method: addChildShape 21 * Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;)J 22 */ 23 JNIEXPORT jlong JNICALL Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_addChildShape 24 (JNIEnv *, jobject, jlong, jlong, jobject, jobject); 25 26 /* 27 * Class: com_jme3_bullet_collision_shapes_CompoundCollisionShape 28 * Method: removeChildShape 29 * Signature: (JJ)J 30 */ 31 JNIEXPORT jlong JNICALL Java_com_jme3_bullet_collision_shapes_CompoundCollisionShape_removeChildShape 32 (JNIEnv *, jobject, jlong, jlong); 33 34 #ifdef __cplusplus 35 } 36 #endif 37 #endif 38