]> git.lizzy.rs Git - minetest.git/blobdiff - src/CMakeLists.txt
Update ContentFeatures serialization format now as PROTOCOL_VERSION was changed
[minetest.git] / src / CMakeLists.txt
index e369b9623f869d391c01aa3ef47402c5a2d90258..8cdaa510d891fd01842ffeb7488c45954fa9d24f 100644 (file)
@@ -153,6 +153,8 @@ configure_file(
 )
 
 set(common_SRCS
+       rollback_interface.cpp
+       rollback.cpp
        genericobject.cpp
        voxelalgorithms.cpp
        sound.cpp
@@ -191,7 +193,6 @@ set(common_SRCS
        connection.cpp
        environment.cpp
        server.cpp
-       servercommand.cpp
        socket.cpp
        mapblock.cpp
        mapsector.cpp