Tidying shutdown routines
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user