Reduce IrrCompileConfig usage to files that actually need it

This commit is contained in:
numzero
2023-02-22 20:59:47 +03:00
parent 8efd4527f6
commit 5a95b40a0e
93 changed files with 7 additions and 91 deletions

View File

@ -11,7 +11,7 @@
#include "ILogger.h"
#include "position2d.h"
#include "path.h"
#include "IrrCompileConfig.h"
#include "IrrCompileConfig.h" // for IRRLICHT_SDK_VERSION
namespace irr
{