mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 09:15:29 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			358 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			358 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- 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
 | 
						|
@@ -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
 |