summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/glu-common.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/make/glu-common.cfg b/make/glu-common.cfg
index adfba24a4..49290bdd3 100644
--- a/make/glu-common.cfg
+++ b/make/glu-common.cfg
@@ -9,9 +9,11 @@ NativeOutputDir ../build/gensrc/native/jogl
HierarchicalNativeOutput false
#
-# Need to import New IO for Buffer classes
+# Imports needed by all glue code
#
Import java.nio.*
+Import net.java.games.jogl.*
+Import net.java.games.jogl.impl.*
# Raise GLException instead of RuntimeException in glue code
RuntimeExceptionType GLException