aboutsummaryrefslogtreecommitdiff
path: root/src/client/game.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refacto: RenderingEngine is now better hiddenLoic Blot2021-05-031-1/+3
| | | | | | | | | | * No more access to the singleton instance from everywhere (RenderingEngine::get_instance dropped) * RenderingEngine::get_timer_time is now non static * RenderingEngine::draw_menu_scene is now non static * RenderingEngine::draw_scene is now non static * RenderingEngine::{initialize,finalize} are now non static * RenderingEngine::run is now non static * RenderingEngine::getWindowSize now have a static helper. It was mandatory to hide the global get_instance access
* Cleanup ClientLauncher structure (#10160)SmallJoker2020-07-141-9/+4
| | | Remove duplicated variables and unify the startup data into a new (inherited) struct.
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-0/+56
Update Android.mk Remove 'src/client' from include_directories