mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-28 08:37:12 +00:00
add forgotten file for building on opengles
This commit is contained in:
parent
69acacefff
commit
16c6816a6f
@ -17,6 +17,10 @@
|
||||
#include <components/resource/texturemanager.hpp>
|
||||
|
||||
#include "myguitexture.hpp"
|
||||
|
||||
#ifdef OPENGLES
|
||||
#include <GLES/gl.h>
|
||||
#endif
|
||||
|
||||
#define MYGUI_PLATFORM_LOG_SECTION "Platform"
|
||||
#define MYGUI_PLATFORM_LOG(level, text) MYGUI_LOGGING(MYGUI_PLATFORM_LOG_SECTION, level, text)
|
||||
|
Loading…
x
Reference in New Issue
Block a user