diff options
| author | Perttu Ahola <celeron55@gmail.com> | 2011-06-17 23:20:31 +0300 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2011-06-17 23:20:31 +0300 |
| commit | 682c9d8e7d05ca7462eda7fee9b07fb6ad94d860 (patch) | |
| tree | f3bda59d590598729992dea75a84b22f55ab3648 /src/CMakeLists.txt | |
| parent | df5affe836080d35a0e89d2799cb1b525fcdd6ce (diff) | |
| download | dragonfireclient-682c9d8e7d05ca7462eda7fee9b07fb6ad94d860.tar.xz | |
Moved stuff from mapblock{h,cpp} to mapblock_mesh.{h,cpp} and content_mapblock.{h,cpp}
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 05b56310f..10ed8c4af 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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 |
