added App::is_running() getter

This commit is contained in:
Noel Berry
2022-02-12 23:14:35 -08:00
parent 9beb7eff58
commit 8add71003c
3 changed files with 11 additions and 3 deletions

View File

@ -66,6 +66,9 @@ namespace Blah
// Runs the application
bool run(const Config* config);
// Checks if the Application is running yet
bool is_running();
// Exits the application.
// This only signals for the application to close, it will not stop
// until the current update and render calls are finished.