Defines game namespace, can be found in game.cpp. More...
Go to the source code of this file.
Namespaces | |
| namespace | game |
| Handles game logic. Code can be found in game.cpp. | |
Functions | |
| void | game::SetUpdateFunction (std::function< void()> UpdateFunction) |
| void | game::Run () |
| Starts the main loop. | |
Variables | |
| auto & | game::Execute = Run |
| Alias for Run() | |
| auto & | game::StartUpdateLoop = Run |
| Alias for Run() | |