Add files via upload

This commit is contained in:
rollschuh2282 2020-05-29 12:03:32 +02:00 committed by GitHub
parent e65a09ea09
commit 20cacb18f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 2 deletions

View file

@ -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;