diff options
Diffstat (limited to 'src/core/main.h')
-rw-r--r-- | src/core/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h index 32a880d6..9ad4ed1c 100644 --- a/src/core/main.h +++ b/src/core/main.h @@ -14,6 +14,9 @@ extern wchar gUString[256]; extern wchar gUString2[256]; extern bool gbPrintShite; extern bool gbModelViewer; +#ifdef TIMEBARS +extern bool gbShowTimebars; +#endif class CSprite2d; |