mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 21:05:39 +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
|
|
@ -204,7 +204,7 @@ namespace Platform
|
|||
bool excludeOtherInstances(const char *string);
|
||||
bool checkOtherInstances(const char *string);
|
||||
void restartInstance();
|
||||
void postQuitMessage(const U32 in_quitVal);
|
||||
void postQuitMessage(const S32 in_quitVal);
|
||||
void forceShutdown(S32 returnValue);
|
||||
|
||||
// Debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue