1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Minor changes for IrrLicht 1.9 support

This commit is contained in:
number Zero 2018-11-05 15:23:01 +03:00 committed by sfan5
parent 4f9c33de64
commit b78698240c
2 changed files with 15 additions and 4 deletions

View file

@ -32,8 +32,6 @@
#include <util/numeric.h>
#include "intlGUIEditBox.h"
#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"
@ -1591,5 +1589,3 @@ void intlGUIEditBox::deserializeAttributes(io::IAttributes* in, io::SAttributeRe
} // end namespace gui
} // end namespace irr
#endif // _IRR_COMPILE_WITH_GUI_