Add step console command to advance n ticks

Cherry-picked from https://github.com/citymania-org/cmclient
Commit: 5ce2d21223a96934a83b8da43434c7a81f001ef0
This commit is contained in:
dP
2020-06-05 17:11:09 +01:00
committed by Jonathan G Rennison
parent 50965bbce7
commit ca23e8abcf
7 changed files with 26 additions and 1 deletions

View File

@@ -81,6 +81,7 @@ DECLARE_ENUM_AS_BIT_SET(PauseMode)
/** The current pause mode */
extern PauseMode _pause_mode;
extern uint32 _pause_countdown;
void AskExitGame();
void AskExitToGameMenu();