Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Finally fix android build
- Loading branch information
Showing
with
2 additions
and
3 deletions.
-
+1
−2
src/gui/intlGUIEditBox.cpp
-
+1
−1
src/gui/intlGUIEditBox.h
|
@@ -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" |
|
|