mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	Finally fix android build
This commit is contained in:
		@@ -32,13 +32,12 @@
 | 
			
		||||
#include <util/numeric.h>
 | 
			
		||||
#include "intlGUIEditBox.h"
 | 
			
		||||
 | 
			
		||||
#if defined(_IRR_COMPILE_WITH_GUI_) && IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR < 9
 | 
			
		||||
#if defined(_IRR_COMPILE_WITH_GUI_) && IRRLICHT_VERSION_MAJOR == 1 && IRRLICHT_VERSION_MINOR < 9 || defined(__ANDROID__)
 | 
			
		||||
 | 
			
		||||
#include "IGUISkin.h"
 | 
			
		||||
#include "IGUIEnvironment.h"
 | 
			
		||||
#include "IGUIFont.h"
 | 
			
		||||
#include "IVideoDriver.h"
 | 
			
		||||
//#include "rect.h"
 | 
			
		||||
//#include "irrlicht/os.cpp"
 | 
			
		||||
#include "porting.h"
 | 
			
		||||
//#include "Keycodes.h"
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@
 | 
			
		||||
#include "IrrCompileConfig.h"
 | 
			
		||||
//#ifdef _IRR_COMPILE_WITH_GUI_
 | 
			
		||||
 | 
			
		||||
#include "IGUIEditBox.h"
 | 
			
		||||
#include <IGUIEditBox.h>
 | 
			
		||||
#include "irrArray.h"
 | 
			
		||||
#include "IOSOperator.h"
 | 
			
		||||
#include "IGUIScrollBar.h"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user