mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Split up mapgen.cpp
This commit is contained in:
parent
db25f75337
commit
9e811a92e7
20 changed files with 1178 additions and 962 deletions
|
@ -335,7 +335,6 @@ add_subdirectory(util)
|
|||
set(common_SRCS
|
||||
ban.cpp
|
||||
base64.cpp
|
||||
biome.cpp
|
||||
cavegen.cpp
|
||||
clientiface.cpp
|
||||
collision.cpp
|
||||
|
@ -373,6 +372,10 @@ set(common_SRCS
|
|||
mapgen_v7.cpp
|
||||
mapnode.cpp
|
||||
mapsector.cpp
|
||||
mg_biome.cpp
|
||||
mg_decoration.cpp
|
||||
mg_ore.cpp
|
||||
mg_schematic.cpp
|
||||
mods.cpp
|
||||
nameidmapping.cpp
|
||||
nodedef.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue