QuitGame(int ask_first)
Exits the game and returns to the operating system.
If ASK_FIRST is zero, it will exit immediately. If ASK_FIRST is not zero,
it will first display a message box asking the user if they are sure they
want to quit.
Example:
QuitGame(0);
will quit the game without asking the player to confirm.
See Also: AbortGame
|