diff options
| author | rollschuh2282 <53496587+rollschuh2282@users.noreply.github.com> | 2020-05-29 12:03:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-29 12:03:32 +0200 |
| commit | 20cacb18f0ed75d51766d0006d9181613842e95c (patch) | |
| tree | 789293926dc86dceff53452d072d42ec26a1f2b7 /src/core/main.h | |
| parent | Merge pull request #604 from erorcun/master (diff) | |
| download | re3-20cacb18f0ed75d51766d0006d9181613842e95c.tar.gz | |
Add files via upload
Diffstat (limited to 'src/core/main.h')
| -rw-r--r-- | src/core/main.h | 4 |
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; |
