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

@@ -6,8 +6,6 @@
#define __C_GUI_BUTTON_H_INCLUDED__
#include "IrrCompileConfig.h"
#ifdef _IRR_COMPILE_WITH_GUI_
#include "IGUIButton.h"
#include "IGUISpriteBank.h"
#include "ITexture.h"
@@ -244,7 +242,4 @@ namespace gui
} // end namespace gui
} // end namespace irr
#endif // _IRR_COMPILE_WITH_GUI_
#endif // __C_GUI_BUTTON_H_INCLUDED__