Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
12 additions
and 12 deletions.
@@ -1,13 +1,13 @@ | ||
--- irrlicht/source/Irrlicht/CEGLManager.cpp.orig 2018-06-10 16:58:11.357709173 +0200 | ||
+++ irrlicht/source/Irrlicht/CEGLManager.cpp 2018-06-10 16:58:25.100709843 +0200 | ||
--- irrlicht/source/Irrlicht/CEGLManager.cpp.orig 2018-09-11 18:19:51.453403631 +0300 | ||
+++ irrlicht/source/Irrlicht/CEGLManager.cpp 2018-09-11 18:36:24.603471869 +0300 | ||
@@ -9,6 +9,10 @@ | ||
#include "irrString.h" | ||
#include "os.h" | ||
|
||
+#if defined(_IRR_COMPILE_WITH_ANDROID_DEVICE_) | ||
+#include <android/native_activity.h> | ||
+#endif | ||
+ | ||
namespace irr | ||
{ | ||
namespace video | ||
#include "irrString.h" | ||
#include "os.h" | ||
|
||
+#if defined(_IRR_COMPILE_WITH_ANDROID_DEVICE_) | ||
+#include <android/native_activity.h> | ||
+#endif | ||
+ | ||
namespace irr | ||
{ | ||
namespace video |