1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapblock.{h,cpp}

This commit is contained in:
Perttu Ahola 2011-06-17 23:20:31 +03:00
parent df5affe836
commit 682c9d8e7d
10 changed files with 1877 additions and 1832 deletions

View file

@ -50,6 +50,7 @@ configure_file(
)
set(common_SRCS
content_mapblock.cpp
content_mapnode.cpp
auth.cpp
collision.cpp
@ -86,6 +87,7 @@ set(common_SRCS
# Client sources
set(minetest_SRCS
${common_SRCS}
mapblock_mesh.cpp
farmesh.cpp
keycode.cpp
clouds.cpp