Fix compilation with older sdk

This commit is contained in:
Shinovon 2026-05-01 14:34:05 +05:00
parent 52e1b18729
commit 9adfa881b3
5 changed files with 16 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#ifdef RW_GLES1
#include <gles/gl.h>
#include <gles/glext.h>
//#include <gles/glext.h>
#include <gles/egl.h>
#endif