clean up timebar ifdefs

This commit is contained in:
aap 2020-10-25 16:17:30 +01:00
parent 83947e6958
commit e3a1041a47
3 changed files with 18 additions and 44 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;