Codechange: refactor CheckGameCompatibility() from existing function

Later commits use this function in other places too.
This commit is contained in:
Patric Stout
2021-04-26 20:02:58 +02:00
committed by Patric Stout
parent b3003dd163
commit b57d845e55
3 changed files with 22 additions and 8 deletions

View File

@@ -93,6 +93,7 @@ extern NetworkServerGameInfo _network_game_info;
const char *GetNetworkRevisionString();
bool IsNetworkCompatibleVersion(const char *other);
void CheckGameCompatibility(NetworkGameInfo &ngi);
void FillNetworkGameInfo(NetworkGameInfo &ngi);