fixed treeview when compiling without GUI
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2213 dfc29bdd-3216-0410-991c-e03cc46cb475master
parent
24552f90cf
commit
39c665ebd8
|
@ -3,6 +3,9 @@
|
|||
// expaned by burningwater
|
||||
|
||||
#include "CGUITreeView.h"
|
||||
|
||||
#ifdef _IRR_COMPILE_WITH_GUI_
|
||||
|
||||
#include "IGUISkin.h"
|
||||
#include "IGUIEnvironment.h"
|
||||
#include "IVideoDriver.h"
|
||||
|
@ -1082,3 +1085,6 @@ void CGUITreeView::setImageList( IGUIImageList* imageList )
|
|||
|
||||
} // end namespace gui
|
||||
} // end namespace irr
|
||||
|
||||
|
||||
#endif // _IRR_COMPILE_WITH_GUI_
|
||||
|
|
Loading…
Reference in New Issue