main.cpp rework * Move ClientLauncher class to a dedicated file * ClientLauncher...
authorLoic Blot <loic.blot@unix-experience.fr>
Tue, 10 Feb 2015 20:14:24 +0000 (21:14 +0100)
committerLoic Blot <loic.blot@unix-experience.fr>
Thu, 12 Feb 2015 14:00:03 +0000 (15:00 +0100)
commit146f77fdb750833c649de7159a0833c398e14a4d
tree05314d9cae6215ecd418e98fa4fe8e31b2632f0c
parent92d1985802b9b5c8a8ca3540221b078fcaadb697
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
build/android/jni/Android.mk
src/CMakeLists.txt
src/client/clientlauncher.cpp [new file with mode: 0644]
src/client/clientlauncher.h [new file with mode: 0644]
src/client/inputhandler.h [new file with mode: 0644]
src/gameparams.h [new file with mode: 0644]
src/main.cpp