From 146f77fdb750833c649de7159a0833c398e14a4d Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 10 Feb 2015 21:14:24 +0100 Subject: main.cpp rework * Move ClientLauncher class to a dedicated file * ClientLauncher now owns print_video_modes and speed_tests functions (they are only called by him) * Move GameParams to shared/gameparams.h because it's shared between server and client and launcher need to know it * Move InputHandlers class to client/inputhandler.h * Cleanup includes --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e5245534c..23a59ed2d 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -494,6 +494,7 @@ set(minetest_SRCS sky.cpp tile.cpp wieldmesh.cpp + client/clientlauncher.cpp network/clientopcodes.cpp network/toclientpacket.cpp ${minetest_SCRIPT_SRCS} -- cgit v1.2.3