SteamAPI_Shutdown actually does something now.

This commit is contained in:
Mr_Goldberg 2019-08-03 18:58:23 -04:00
parent f4ab249f36
commit bf4847452e
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
3 changed files with 8 additions and 0 deletions

View file

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