diff options
author | Sven Gothel <[email protected]> | 2001-04-10 18:37:03 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2001-04-10 18:37:03 +0000 |
commit | 99f156a9d9e86e6d835ad9791071b23335476330 (patch) | |
tree | b721df1c22bfc67fc6425d7d8ab1e9b9d2249ad1 /CNativeCode/gl-disp-fetch.hc | |
parent | e26f0c3e0a6be0f5555c5daee164047f3793d626 (diff) |
2.7.1rel-2-7-1-0
Diffstat (limited to 'CNativeCode/gl-disp-fetch.hc')
-rwxr-xr-x | CNativeCode/gl-disp-fetch.hc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CNativeCode/gl-disp-fetch.hc b/CNativeCode/gl-disp-fetch.hc index 8caeb97..6d6e51e 100755 --- a/CNativeCode/gl-disp-fetch.hc +++ b/CNativeCode/gl-disp-fetch.hc @@ -8,7 +8,7 @@ GET_GL_PROCADDRESS ("glGetString"); /** - * C2J Parser Version 2.0 + * C2J Parser Version 2.1 * Jausoft - Sven Goethel Software Development * Reading from file: gl-proto-auto.orig.h . . . * Destination-Class: gl4java_GLUFuncJauJNI ! @@ -1325,4 +1325,4 @@ disp__glMultiTexCoord4svARB = (void (CALLBACK *)(GLenum, const GLshort *)) GET_GL_PROCADDRESS ("glMultiTexCoord4svARB"); -/* C2J Parser Version 2.0: Java program parsed successfully. */ +/* C2J Parser Version 2.1: Java program parsed successfully. */ |