add server info to api

This commit is contained in:
Martin Michelsen
2024-02-19 21:13:12 -08:00
parent 9687a0e522
commit 2ba4224a83
2 changed files with 29 additions and 0 deletions
+1
View File
@@ -56,6 +56,7 @@ protected:
JSON generate_lobby_json(std::shared_ptr<const Lobby> l) const;
JSON generate_game_server_clients_json() const;
JSON generate_proxy_server_clients_json() const;
JSON generate_server_info_json() const;
JSON generate_lobbies_json() const;
JSON generate_summary_json() const;
JSON generate_all_json() const;