Home | History | Annotate | Download | only in bullet-native
      1 /* DO NOT EDIT THIS FILE - it is machine generated */
      2 #include <jni.h>
      3 /* Header for class com_jme3_bullet_collision_shapes_HeightfieldCollisionShape */
      4 
      5 #ifndef _Included_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape
      6 #define _Included_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape
      7 #ifdef __cplusplus
      8 extern "C" {
      9 #endif
     10 /*
     11  * Class:     com_jme3_bullet_collision_shapes_HeightfieldCollisionShape
     12  * Method:    createShape
     13  * Signature: (IILjava/nio/ByteBuffer;FFFIZ)J
     14  */
     15 JNIEXPORT jlong JNICALL Java_com_jme3_bullet_collision_shapes_HeightfieldCollisionShape_createShape
     16   (JNIEnv *, jobject, jint, jint, jobject, jfloat, jfloat, jfloat, jint, jboolean);
     17 
     18 #ifdef __cplusplus
     19 }
     20 #endif
     21 #endif
     22