summaryrefslogtreecommitdiffstats
path: root/src/core/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/main.h')
-rw-r--r--src/core/main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h
index 32a880d6..5c514bbb 100644
--- a/src/core/main.h
+++ b/src/core/main.h
@@ -14,6 +14,10 @@ extern wchar gUString[256];
extern wchar gUString2[256];
extern bool gbPrintShite;
extern bool gbModelViewer;
+//Custom Timebars Toggle
+#ifdef TIMEBARS
+extern bool gbShowTimebars;
+#endif
class CSprite2d;