Commit 39c665eb authored by bitplane's avatar bitplane

fixed treeview when compiling without GUI

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2213 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 24552f90
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
// expaned by burningwater // expaned by burningwater
#include "CGUITreeView.h" #include "CGUITreeView.h"
#ifdef _IRR_COMPILE_WITH_GUI_
#include "IGUISkin.h" #include "IGUISkin.h"
#include "IGUIEnvironment.h" #include "IGUIEnvironment.h"
#include "IVideoDriver.h" #include "IVideoDriver.h"
...@@ -1082,3 +1085,6 @@ void CGUITreeView::setImageList( IGUIImageList* imageList ) ...@@ -1082,3 +1085,6 @@ void CGUITreeView::setImageList( IGUIImageList* imageList )
} // end namespace gui } // end namespace gui
} // end namespace irr } // end namespace irr
#endif // _IRR_COMPILE_WITH_GUI_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment