Created
June 26, 2013 04:09
-
-
Save jrgleason/5864708 to your computer and use it in GitHub Desktop.
JNI C file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "game-gl.h" | |
#include <jni.h> | |
#include "box2d.hpp" | |
JNIEXPORT void JNICALL Java_com_gleason_gl_nat_Native_init(JNIEnv* env, jclass class) | |
{ | |
InitializeOpenGL(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment