mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-30 15:05:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			368 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			368 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- 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
 |