blob: c8f0a1251a0bd63430b878c4956581d78fd51cb1 [file] [log] [blame]
#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#ifdef WIN32
#include <windows.h>
#endif
#include <GL/gl.h>
#endif
extern int IS_JNI_1_2;