Handles game logic. Code can be found in game.cpp. More...
Functions | |
| void | SetUpdateFunction (std::function< void()> UpdateFunction) |
| void | Run () |
| Starts the main loop. | |
Variables | |
| auto & | Execute = Run |
| Alias for Run() | |
| auto & | StartUpdateLoop = Run |
| Alias for Run() | |
Handles game logic. Code can be found in game.cpp.
| void game::Run | ( | ) |
| void game::SetUpdateFunction | ( | std::function< void()> | UpdateFunction | ) |