aboutsummaryrefslogtreecommitdiffstats
path: root/C2J/C2JConstants.java
diff options
context:
space:
mode:
Diffstat (limited to 'C2J/C2JConstants.java')
-rw-r--r--C2J/C2JConstants.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/C2J/C2JConstants.java b/C2J/C2JConstants.java
index 7f4c2ca..cbc8503 100644
--- a/C2J/C2JConstants.java
+++ b/C2J/C2JConstants.java
@@ -57,10 +57,10 @@ public interface C2JConstants {
int GLuint = 59;
int GLenum = 60;
int GLbitfield = 61;
- int GLUquadricObj = 62;
- int GLUnurbsObj = 63;
+ int GLUquadric = 62;
+ int GLUnurbs = 63;
int GLUtesselator = 64;
- int GLUtriangulatorObj = 65;
+ int GLUtriangulator = 65;
int IDENTIFIER = 66;
int LETTER = 67;
int DIGIT = 68;
@@ -130,10 +130,10 @@ public interface C2JConstants {
"\"GLuint\"",
"\"GLenum\"",
"\"GLbitfield\"",
- "\"GLUquadricObj\"",
- "\"GLUnurbsObj\"",
+ "\"GLUquadric\"",
+ "\"GLUnurbs\"",
"\"GLUtesselator\"",
- "\"GLUtriangulatorObj\"",
+ "\"GLUtriangulator\"",
"<IDENTIFIER>",
"<LETTER>",
"<DIGIT>",