blob: bac802743b959b716327f10d5825da248c5568a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
/*
* Leo Chan -- 1995
*
* This C file takes care of all the native implementation for the
* OpenGL utility commands
* ---------------
*
* Sven Goethel
*
* September 1997
*/
/*--------------------------------------------------------------------------
* here on in is just regular apple pie C
*/
#include "OpenGL_misc.h"
#include "gl4java_GLUFuncJauJNI.h"
#include "GLCallbackHelperJNI.h"
#include "GLUCallbackJNI.h"
#include "jnitools.h"
/**
* herein lies the native JAVA methods for the OpenGL functions.
*/
|