diff options
Diffstat (limited to 'make/config/jogl/es1-headers.cfg')
-rw-r--r-- | make/config/jogl/es1-headers.cfg | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make/config/jogl/es1-headers.cfg b/make/config/jogl/es1-headers.cfg new file mode 100644 index 000000000..e01d40498 --- /dev/null +++ b/make/config/jogl/es1-headers.cfg @@ -0,0 +1,5 @@ +CustomCCode #include <stdio.h> /* android */ +CustomCCode #include <GLES/glplatform.h> +CustomCCode #include <gl-types.h> +CustomCCode #include <stdlib.h> + |