aboutsummaryrefslogtreecommitdiffstats
path: root/gl4java/GLUFuncJauJNInf.java
diff options
context:
space:
mode:
Diffstat (limited to 'gl4java/GLUFuncJauJNInf.java')
-rw-r--r--gl4java/GLUFuncJauJNInf.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/gl4java/GLUFuncJauJNInf.java b/gl4java/GLUFuncJauJNInf.java
index 56ad795..9492d8e 100644
--- a/gl4java/GLUFuncJauJNInf.java
+++ b/gl4java/GLUFuncJauJNInf.java
@@ -32,7 +32,7 @@ public String getClassVendor ( )
{ return "Jausoft - Sven Goethel Software Development"; }
public String getClassVersion ( )
-{ return "2.7.1.0"; }
+{ return "2.8.0.0"; }
/**
@@ -143,7 +143,7 @@ public native long gluNewNurbsRenderer( );
public native long gluNewTess( );
/**
- * C2J Parser Version 2.1
+ * C2J Parser Version 2.2
* Jausoft - Sven Goethel Software Development
* Reading from file: glu-proto-auto.orig.h . . .
* Destination-Class: gl4java_GLUFuncJauJNInf !
@@ -254,7 +254,7 @@ public native long gluNewTess( );
int widthin,
int heightin,
int typein,
- byte[] datain,
+ String datain,
int widthout,
int heightout,
int typeout,
@@ -818,7 +818,7 @@ public native long gluNewTess( );
long tobj
) ;
-/* C2J Parser Version 2.1: Java program parsed successfully. */
+/* C2J Parser Version 2.2: Java program parsed successfully. */
}