summaryrefslogtreecommitdiff
path: root/src/network/core/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/core/game.h')
-rw-r--r--src/network/core/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/network/core/game.h b/src/network/core/game.h
index c82c5aefe..a9da29118 100644
--- a/src/network/core/game.h
+++ b/src/network/core/game.h
@@ -56,6 +56,8 @@ struct NetworkGameInfo : NetworkServerGameInfo {
byte map_set; ///< Graphical set
};
+const char * GetNetworkRevisionString();
+
#endif /* ENABLE_NETWORK */
#endif /* NETWORK_CORE_GAME_H */