1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Derive NodeMetadata from Metadata

This commit is contained in:
rubenwardy
2017-01-31 14:45:28 +00:00
parent de664b1c6d
commit bbdd869d72
6 changed files with 135 additions and 56 deletions

View File

@@ -430,6 +430,7 @@ set(common_SRCS
mapgen_valleys.cpp
mapnode.cpp
mapsector.cpp
metadata.cpp
mg_biome.cpp
mg_decoration.cpp
mg_ore.cpp
@@ -893,4 +894,3 @@ endif()
if (BUILD_CLIENT AND USE_FREETYPE)
add_subdirectory(cguittfont)
endif()