1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Drop dependency on IrrCompileConfig

The only remaining thing is IRRLICHT_SDK_VERSION via irrlicht.h
This commit is contained in:
numzero 2023-02-22 21:38:32 +03:00 committed by sfan5
parent 39f4d26177
commit d6be6682ec
11 changed files with 1 additions and 35 deletions

View file

@ -4,8 +4,6 @@
#pragma once
#include "IrrCompileConfig.h"
#include <IGUIStaticText.h>
#include "irrlicht_changes/static_text.h"
#include "IGUIButton.h"

View file

@ -17,7 +17,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#include "IrrCompileConfig.h"
#include "guiChatConsole.h"
#include "chat.h"
#include "client/client.h"

View file

@ -19,7 +19,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "guiEditBox.h"
#include "IrrCompileConfig.h"
#include "IGUISkin.h"
#include "IGUIEnvironment.h"
#include "IGUIFont.h"

View file

@ -5,7 +5,6 @@
// For conditions of distribution and use, see copyright notice in irrlicht.h
#include "guiSkin.h"
#ifdef _IRR_COMPILE_WITH_GUI_
#include "IGUIFont.h"
#include "IGUISpriteBank.h"
@ -1036,7 +1035,3 @@ void GUISkin::getColors(video::SColor* colors)
} // end namespace gui
} // end namespace irr
#endif // _IRR_COMPILE_WITH_GUI_

View file

@ -5,9 +5,6 @@
#ifndef __GUI_SKIN_H_INCLUDED__
#define __GUI_SKIN_H_INCLUDED__
#include "IrrCompileConfig.h"
#ifdef _IRR_COMPILE_WITH_GUI_
#include "IGUISkin.h"
#include "irrString.h"
#include <string>
@ -360,7 +357,4 @@ inline void setShading(video::SColor &color,f32 s) // :PATCH:
}
} // end namespace irr
#endif // _IRR_COMPILE_WITH_GUI_
#endif