Merge branch 'master' into overlay_h

This commit is contained in:
Nemirtingas 2019-08-04 11:11:40 +02:00
commit f30b0c9fb2
8 changed files with 101 additions and 10 deletions

View file

@ -278,6 +278,7 @@ public:
void userLogIn();
void serverInit();
void serverShutdown();
void clientShutdown();
bool IsServerInit();
bool IsUserLogIn();
};