1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-09-04 11:10:15 +00:00
qb64/programs/android/project_template/jni/main.cpp

9 lines
231 B
C++

#include <jni.h>
#include <android/log.h>
#define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, "FreeGLUT", __VA_ARGS__))
#include <EGL/egl.h>
#include <GLES/gl.h>
#include <GLES/glext.h>
#include "c/libqb.cpp"