mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 06:44:07 +00:00
clean up timebar ifdefs
This commit is contained in:
parent
5b8437172a
commit
537c0960fe
3 changed files with 17 additions and 38 deletions
|
@ -16,6 +16,8 @@ extern bool gbPrintShite;
|
|||
extern bool gbModelViewer;
|
||||
#ifdef TIMEBARS
|
||||
extern bool gbShowTimebars;
|
||||
#else
|
||||
#define gbShowTimebars false
|
||||
#endif
|
||||
|
||||
class CSprite2d;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue