blob: 477a1554e06c4eba4e489268a542c2b8a2990971 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include "OpenGL_misc.h"
#include "gl4java_utils_glf_GLFFuncJNI.h"
#include "jnitools.h"
#include "glf.h"
/**
* herein lies the native JAVA methods for the GLF functions.
*/
|