diff options
author | Perttu Ahola <celeron55@gmail.com> | 2012-03-30 12:51:51 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2012-03-30 12:51:51 +0300 |
commit | 9e7ccedba4d9a94c7f2d20013c55e82aac3fe6a3 (patch) | |
tree | a2139176c85cae0424f64edeb21d1a2f72bb2586 /src/CMakeLists.txt | |
parent | b9ffb5f30d64d365e6792d0d3acff552d9fcd0fd (diff) | |
download | minetest-9e7ccedba4d9a94c7f2d20013c55e82aac3fe6a3.tar.gz minetest-9e7ccedba4d9a94c7f2d20013c55e82aac3fe6a3.tar.bz2 minetest-9e7ccedba4d9a94c7f2d20013c55e82aac3fe6a3.zip |
ObjectProperties
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4e7ac3152..fce887047 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -165,7 +165,7 @@ set(common_SRCS nameidmapping.cpp itemdef.cpp nodedef.cpp - luaentity_common.cpp + object_properties.cpp scriptapi.cpp script.cpp log.cpp |