1
0

Drop _IRR_COMPILE_WITH_GUI_

This commit is contained in:
numzero
2023-02-22 20:01:44 +03:00
parent 67f852be57
commit d8e09f14bd
30 changed files with 0 additions and 129 deletions

View File

@@ -3,7 +3,6 @@
// For conditions of distribution and use, see copyright notice in irrlicht.h
#include "CGUIButton.h"
#ifdef _IRR_COMPILE_WITH_GUI_
#include "IGUISkin.h"
#include "IGUIEnvironment.h"
@@ -558,6 +557,3 @@ bool CGUIButton::isDrawingBorder() const
} // end namespace gui
} // end namespace irr
#endif // _IRR_COMPILE_WITH_GUI_