Handles game logic. Definition for game namepsace found in game.h. 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 | |
std::function< void()> | internal::UpdateFunction = nullptr |
bool | internal::isUpdateFunctionInitialised |