Add in-game timer option (#790)

This commit is contained in:
lsaa
2021-08-05 18:31:20 -03:00
committed by GitHub
parent 6c6d347ccf
commit 6c66f7248d
5 changed files with 40 additions and 0 deletions

View File

@@ -229,6 +229,7 @@ public:
bool hascontrol, jumpheld;
int jumppressed;
int gravitycontrol;
bool isingamecompletescreen();
bool muted;
int mutebutton;
@@ -460,6 +461,7 @@ public:
bool nocompetitive(void);
bool over30mode;
bool showingametimer;
bool ingame_titlemode;
#if !defined(NO_CUSTOM_LEVELS) && !defined(NO_EDITOR)