summaryrefslogtreecommitdiff
path: root/src/client/inputhandler.h
Commit message (Collapse)AuthorAge
* Misc. minor fixeskwolekr2015-07-10
|
* Use minetest logging facilities for irrlicht log outputShadowNinja2015-07-05
|
* main.cpp rework * Move ClientLauncher class to a dedicated file * ↵Loic Blot2015-02-12
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