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

Reduce irrlicht_extrabloated.h includes in header files

This commit is contained in:
SmallJoker 2025-01-04 12:39:34 +01:00 committed by GitHub
parent 81f51492ff
commit e8f6127779
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
31 changed files with 113 additions and 40 deletions

View file

@ -11,6 +11,12 @@
#include <cassert>
#include <list>
#include "IGUIEnvironment.h"
namespace irr::gui {
class IGUIStaticText;
}
class IGameCallback
{
public:

View file

@ -4,8 +4,10 @@
#pragma once
#include "irrlichttypes_extrabloated.h"
#include "IGUIElement.h"
#include "irrlichttypes_bloated.h"
#include "irr_ptr.h"
#include "util/string.h"
#ifdef __ANDROID__
#include <porting_android.h>

View file

@ -13,6 +13,7 @@
class ISimpleTextureSource;
namespace irr::gui
{
class IGUIButton;
class IGUIImage;
}