Change: Make a shortened network revision string for use in server queries

This commit is contained in:
Niels Martin Hansen
2019-01-28 11:10:59 +01:00
parent c511b0e801
commit 5f8354f358
6 changed files with 64 additions and 7 deletions

View File

@@ -56,6 +56,8 @@ struct NetworkGameInfo : NetworkServerGameInfo {
byte map_set; ///< Graphical set
};
const char * GetNetworkRevisionString();
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_CORE_GAME_H */