initial commit. includes PhsyicsBox2dExtension
This commit is contained in:
56
AndEngine/jni/Box2D/Shape.h
Normal file
56
AndEngine/jni/Box2D/Shape.h
Normal file
@@ -0,0 +1,56 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class com_badlogic_gdx_physics_box2d_Shape */
|
||||
|
||||
#ifndef _Included_com_badlogic_gdx_physics_box2d_Shape
|
||||
#define _Included_com_badlogic_gdx_physics_box2d_Shape
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
/*
|
||||
* Class: com_badlogic_gdx_physics_box2d_Shape
|
||||
* Method: jniGetRadius
|
||||
* Signature: (J)F
|
||||
*/
|
||||
JNIEXPORT jfloat JNICALL Java_com_badlogic_gdx_physics_box2d_Shape_jniGetRadius
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: com_badlogic_gdx_physics_box2d_Shape
|
||||
* Method: jniSetRadius
|
||||
* Signature: (JF)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_com_badlogic_gdx_physics_box2d_Shape_jniSetRadius
|
||||
(JNIEnv *, jobject, jlong, jfloat);
|
||||
|
||||
/*
|
||||
* Class: com_badlogic_gdx_physics_box2d_Shape
|
||||
* Method: jniDispose
|
||||
* Signature: (J)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_com_badlogic_gdx_physics_box2d_Shape_jniDispose
|
||||
(JNIEnv *, jobject, jlong);
|
||||
|
||||
/*
|
||||
* Class: com_badlogic_gdx_physics_box2d_Shape
|
||||
* Method: jniGetType
|
||||
* Signature: (J)I
|
||||
*/
|
||||
JNIEXPORT jint JNICALL Java_com_badlogic_gdx_physics_box2d_Shape_jniGetType
|
||||
(JNIEnv *, jclass, jlong);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
/* Header for class com_badlogic_gdx_physics_box2d_Shape_Type */
|
||||
|
||||
#ifndef _Included_com_badlogic_gdx_physics_box2d_Shape_Type
|
||||
#define _Included_com_badlogic_gdx_physics_box2d_Shape_Type
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
Reference in New Issue
Block a user