1
0
mirror of https://github.com/td512/re3.git synced 2026-01-29 00:40:52 +00:00

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