forked from Mirrorlandia_minetest/minetest
Finally fix android build
This commit is contained in:
parent
a1c5a01142
commit
f7938fab9f
@ -32,13 +32,12 @@
|
|||||||
#include <util/numeric.h>
|
#include <util/numeric.h>
|
||||||
#include "intlGUIEditBox.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 "IGUISkin.h"
|
||||||
#include "IGUIEnvironment.h"
|
#include "IGUIEnvironment.h"
|
||||||
#include "IGUIFont.h"
|
#include "IGUIFont.h"
|
||||||
#include "IVideoDriver.h"
|
#include "IVideoDriver.h"
|
||||||
//#include "rect.h"
|
|
||||||
//#include "irrlicht/os.cpp"
|
//#include "irrlicht/os.cpp"
|
||||||
#include "porting.h"
|
#include "porting.h"
|
||||||
//#include "Keycodes.h"
|
//#include "Keycodes.h"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#include "IrrCompileConfig.h"
|
#include "IrrCompileConfig.h"
|
||||||
//#ifdef _IRR_COMPILE_WITH_GUI_
|
//#ifdef _IRR_COMPILE_WITH_GUI_
|
||||||
|
|
||||||
#include "IGUIEditBox.h"
|
#include <IGUIEditBox.h>
|
||||||
#include "irrArray.h"
|
#include "irrArray.h"
|
||||||
#include "IOSOperator.h"
|
#include "IOSOperator.h"
|
||||||
#include "IGUIScrollBar.h"
|
#include "IGUIScrollBar.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user