diff --git a/include/irrlicht.h b/include/irrlicht.h index 249a2da0..3235c55d 100644 --- a/include/irrlicht.h +++ b/include/irrlicht.h @@ -55,13 +55,14 @@ #include "IGPUProgrammingServices.h" #include "IGUIButton.h" #include "IGUICheckBox.h" -#include "IGUIContextMenu.h" +#include "IGUIColorSelectDialog.h" #include "IGUIComboBox.h" -#include "IGUIElement.h" +#include "IGUIContextMenu.h" #include "IGUIEditBox.h" +#include "IGUIElement.h" +#include "IGUIElementFactory.h" #include "IGUIEnvironment.h" #include "IGUIFileOpenDialog.h" -#include "IGUIColorSelectDialog.h" #include "IGUIFont.h" #include "IGUIFontBitmap.h" #include "IGUIImage.h" @@ -70,11 +71,12 @@ #include "IGUIMeshViewer.h" #include "IGUIScrollBar.h" #include "IGUISkin.h" +#include "IGUISpinBox.h" +#include "IGUISpriteBank.h" #include "IGUIStaticText.h" #include "IGUITabControl.h" -#include "IGUIWindow.h" #include "IGUIToolbar.h" -#include "IGUISpinBox.h" +#include "IGUIWindow.h" #include "IImage.h" #include "ILightSceneNode.h" #include "ILogger.h"