Tidying shutdown routines

This commit is contained in:
Nav
2023-05-30 00:11:41 +01:00
parent 2feccb7b6f
commit a1bd4522b0
2 changed files with 26 additions and 12 deletions

View File

@@ -159,10 +159,15 @@ namespace Bloom
void startup();
/**
* Will cleanly shutdown the application. This should never fail.
* Will cleanly shutdown the application.
*/
void shutdown();
/**
* Will trigger a clean shutdown.
*/
void triggerShutdown();
/**
* Extracts or generates project settings.
*/