1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00

Make itemdef.h safe to include anywhere

This commit is contained in:
sfan5
2024-09-09 20:39:35 +02:00
parent a18355e7e8
commit 4e9aa7dc77
12 changed files with 35 additions and 17 deletions

View File

@@ -25,6 +25,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "client/shader.h"
#include "client/client.h"
#include "client/renderingengine.h"
#include "client/texturesource.h"
#include "client/tile.h"
#include <IMeshManipulator.h>
#endif