summaryrefslogtreecommitdiffstats
path: root/make/config/jogl/es3-headers.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/config/jogl/es3-headers.cfg')
-rw-r--r--make/config/jogl/es3-headers.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/make/config/jogl/es3-headers.cfg b/make/config/jogl/es3-headers.cfg
new file mode 100644
index 000000000..bdf19fa4a
--- /dev/null
+++ b/make/config/jogl/es3-headers.cfg
@@ -0,0 +1,4 @@
+CustomCCode #include <stdio.h> /* android */
+CustomCCode #include <GLES2/gl2platform.h>
+CustomCCode #include <gl-types.h>
+CustomCCode #include <stdlib.h>