aboutsummaryrefslogtreecommitdiff
path: root/engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.h
diff options
context:
space:
mode:
authorScott Barta <sbarta@google.com>2012-03-01 12:35:35 -0800
committerScott Barta <sbarta@google.com>2012-03-01 12:40:08 -0800
commit59b2e6871c65f58fdad78cd7229c292f6a177578 (patch)
tree2d4e7bfc05b93f40b34675d77e403dd1c25efafd /engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.h
parentf9b30489e75ac1eabc365064959804e99534f7ab (diff)
downloadjmonkeyengine-59b2e6871c65f58fdad78cd7229c292f6a177578.tar.gz
Adds the jMonkeyEngine library to the build.
Adds the jMonkeyEngine open source 3D game engine to the build. This is built as a static library and is only used by the Finsky client. Change-Id: I06a3f054df7b8a67757267d884854f70c5a16ca0
Diffstat (limited to 'engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.h')
-rw-r--r--engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.h61
1 files changed, 61 insertions, 0 deletions
diff --git a/engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.h b/engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.h
new file mode 100644
index 0000000..b4fced0
--- /dev/null
+++ b/engine/src/bullet-native/com_jme3_bullet_joints_SixDofSpringJoint.h
@@ -0,0 +1,61 @@
+/* DO NOT EDIT THIS FILE - it is machine generated */
+#include <jni.h>
+/* Header for class com_jme3_bullet_joints_SixDofSpringJoint */
+
+#ifndef _Included_com_jme3_bullet_joints_SixDofSpringJoint
+#define _Included_com_jme3_bullet_joints_SixDofSpringJoint
+#ifdef __cplusplus
+extern "C" {
+#endif
+/*
+ * Class: com_jme3_bullet_joints_SixDofSpringJoint
+ * Method: enableSpring
+ * Signature: (JIZ)V
+ */
+JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_enableSpring
+ (JNIEnv *, jobject, jlong, jint, jboolean);
+
+/*
+ * Class: com_jme3_bullet_joints_SixDofSpringJoint
+ * Method: setStiffness
+ * Signature: (JIF)V
+ */
+JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_setStiffness
+ (JNIEnv *, jobject, jlong, jint, jfloat);
+
+/*
+ * Class: com_jme3_bullet_joints_SixDofSpringJoint
+ * Method: setDamping
+ * Signature: (JIF)V
+ */
+JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_setDamping
+ (JNIEnv *, jobject, jlong, jint, jfloat);
+
+/*
+ * Class: com_jme3_bullet_joints_SixDofSpringJoint
+ * Method: setEquilibriumPoint
+ * Signature: (J)V
+ */
+JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_setEquilibriumPoint__J
+ (JNIEnv *, jobject, jlong);
+
+/*
+ * Class: com_jme3_bullet_joints_SixDofSpringJoint
+ * Method: setEquilibriumPoint
+ * Signature: (JI)V
+ */
+JNIEXPORT void JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_setEquilibriumPoint__JI
+ (JNIEnv *, jobject, jlong, jint);
+
+/*
+ * Class: com_jme3_bullet_joints_SixDofSpringJoint
+ * Method: createJoint
+ * Signature: (JJLcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;Lcom/jme3/math/Vector3f;Lcom/jme3/math/Matrix3f;Z)J
+ */
+JNIEXPORT jlong JNICALL Java_com_jme3_bullet_joints_SixDofSpringJoint_createJoint
+ (JNIEnv *, jobject, jlong, jlong, jobject, jobject, jobject, jobject, jboolean);
+
+#ifdef __cplusplus
+}
+#endif
+#endif