diff options
Diffstat (limited to 'CNativeCode/glu-disp-fetch.hc')
-rwxr-xr-x | CNativeCode/glu-disp-fetch.hc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CNativeCode/glu-disp-fetch.hc b/CNativeCode/glu-disp-fetch.hc index 336c1f9..80784fb 100755 --- a/CNativeCode/glu-disp-fetch.hc +++ b/CNativeCode/glu-disp-fetch.hc @@ -39,7 +39,7 @@ GET_GL_PROCADDRESS("gluNewTess"); /** - * C2J Parser Version 2.0 + * C2J Parser Version 2.1 * Jausoft - Sven Goethel Software Development * Reading from file: glu-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! @@ -165,4 +165,4 @@ disp__gluEndPolygon = (void (CALLBACK *)(GLUtesselator *)) GET_GL_PROCADDRESS ("gluEndPolygon"); -/* C2J Parser Version 2.0: Java program parsed successfully. */ +/* C2J Parser Version 2.1: Java program parsed successfully. */ |