Merge pull request #400 from erorcun/erorcun

CMenuManager done and CHud fixes
This commit is contained in:
erorcun 2020-04-12 00:57:46 +03:00 committed by GitHub
commit 207aebc46c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1580 additions and 807 deletions

View file

@ -54,3 +54,7 @@ public:
static void StartUserPause(void);
static void EndUserPause(void);
};
#ifdef FIX_BUGS
extern double frameTime;
#endif