clean up timebar ifdefs

This commit is contained in:
aap 2020-10-25 16:17:31 +01:00
parent 5b8437172a
commit 537c0960fe
3 changed files with 17 additions and 38 deletions

View file

@ -16,6 +16,8 @@ extern bool gbPrintShite;
extern bool gbModelViewer;
#ifdef TIMEBARS
extern bool gbShowTimebars;
#else
#define gbShowTimebars false
#endif
class CSprite2d;