File diff r25687:bb09d6722f4e → r25688:4e6b21bba5fc
src/network/core/game_info.h
Show inline comments
 
@@ -89,8 +89,8 @@ struct NetworkGameInfo : NetworkServerGa
 

	
 
extern NetworkServerGameInfo _network_game_info;
 

	
 
const char *GetNetworkRevisionString();
 
bool IsNetworkCompatibleVersion(const char *other);
 
std::string_view GetNetworkRevisionString();
 
bool IsNetworkCompatibleVersion(std::string_view other);
 
void CheckGameCompatibility(NetworkGameInfo &ngi);
 

	
 
void FillStaticNetworkServerGameInfo();