mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
Allow return status to be specified using quitWithStatus.
This commit is contained in:
parent
d08e594316
commit
9f47032522
13 changed files with 52 additions and 18 deletions
|
|
@ -41,6 +41,9 @@ public:
|
|||
/// Shut down the core libraries and call registered shutdown fucntions.
|
||||
static void shutdown();
|
||||
|
||||
/// Gets the return status code of the current process.
|
||||
static S32 getReturnStatus();
|
||||
|
||||
static void setRestart( bool restart );
|
||||
static bool requiresRestart();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue