Skip to content

Commit 0f5157e

Browse files
author
Nicolas Gramlich
committed
Fixed missing header in BufferUtils.h
1 parent 089baa2 commit 0f5157e

File tree

4 files changed

+1
-0
lines changed

4 files changed

+1
-0
lines changed

jni/src/BufferUtils.h

+1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ extern "C" {
77

88
JNIEXPORT void JNICALL Java_org_andengine_opengl_util_BufferUtils_jniPut(JNIEnv *, jclass, jobject, jfloatArray, jint, jint);
99
JNIEXPORT jobject JNICALL Java_org_andengine_opengl_util_BufferUtils_jniAllocateDirect(JNIEnv *, jclass, jint);
10+
JNIEXPORT void JNICALL Java_org_andengine_opengl_util_BufferUtils_jniFreeDirect(JNIEnv *, jclass, jobject);
1011
}

libs/armeabi-v7a/libandengine.so

-32 Bytes
Binary file not shown.

libs/armeabi/libandengine.so

-32 Bytes
Binary file not shown.

libs/x86/libandengine.so

-32 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)