1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-17 18:35:20 +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

@@ -396,12 +396,14 @@ set(independent_SRCS
gettext_plural_form.cpp
httpfetch.cpp
hud.cpp
inventory.cpp
itemstackmetadata.cpp
lighting.cpp
log.cpp
metadata.cpp
modchannels.cpp
nameidmapping.cpp
nodemetadata.cpp
nodetimer.cpp
noise.cpp
objdef.cpp
@@ -429,7 +431,6 @@ set(common_SRCS
environment.cpp
filesys.cpp
gettext.cpp
inventory.cpp
inventorymanager.cpp
itemdef.cpp
light.cpp
@@ -440,7 +441,6 @@ set(common_SRCS
mapnode.cpp
mapsector.cpp
nodedef.cpp
nodemetadata.cpp
pathfinder.cpp
player.cpp
porting.cpp