summaryrefslogtreecommitdiffstats
path: root/make/glu-impl-common.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/glu-impl-common.cfg')
-rw-r--r--make/glu-impl-common.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/glu-impl-common.cfg b/make/glu-impl-common.cfg
index 539bf9784..13a7cfead 100644
--- a/make/glu-impl-common.cfg
+++ b/make/glu-impl-common.cfg
@@ -9,8 +9,10 @@ EmitProcAddressTable true
ProcAddressTableClassName GLUProcAddressTable
GetProcAddressTableExpr gluProcAddressTable
-#GLUImpl needs access to the GLUtesselatorImpl class for GLUtesselator.
+# GLUImpl needs access to the GLUtesselatorImpl class for GLUtesselator
+# and to the Mipmap class for scaling and mipmap generation
Import net.java.games.jogl.impl.tesselator.GLUtesselatorImpl
+Import net.java.games.jogl.impl.mipmap.Mipmap
# Custom Java code for GLUImpl class
IncludeAs CustomJavaCode GLUImpl glu-impl-common-CustomJavaCode.java