diff options
Diffstat (limited to 'make/glu-impl-common.cfg')
-rw-r--r-- | make/glu-impl-common.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/glu-impl-common.cfg b/make/glu-impl-common.cfg index 1e6ae0699..539bf9784 100644 --- a/make/glu-impl-common.cfg +++ b/make/glu-impl-common.cfg @@ -9,6 +9,9 @@ EmitProcAddressTable true ProcAddressTableClassName GLUProcAddressTable GetProcAddressTableExpr gluProcAddressTable +#GLUImpl needs access to the GLUtesselatorImpl class for GLUtesselator. +Import net.java.games.jogl.impl.tesselator.GLUtesselatorImpl + # Custom Java code for GLUImpl class IncludeAs CustomJavaCode GLUImpl glu-impl-common-CustomJavaCode.java |