1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +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

@ -6,6 +6,9 @@
#include "util/numeric.h"
#include "log.h"
#include "gamedef.h"
#include "porting.h" // strcasecmp
#include <cassert>
ObjDefManager::ObjDefManager(IGameDef *gamedef, ObjDefType type)
{