CMenuManager done and CHud fixes

This commit is contained in:
eray orçunus
2020-04-10 18:06:49 +03:00
parent 3a4442eca4
commit f2995640bd
12 changed files with 1580 additions and 807 deletions

View File

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