add Quest field in game summary JSON

This commit is contained in:
Martin Michelsen
2024-02-20 09:27:11 -08:00
parent 42c72b92ac
commit b74ad9d639
2 changed files with 33 additions and 28 deletions
+1
View File
@@ -49,6 +49,7 @@ protected:
const std::string& key,
const std::string* _default = nullptr);
JSON generate_quest_json(std::shared_ptr<const Quest> q) const;
JSON generate_client_config_json(const Client::Config& config) const;
JSON generate_license_json(std::shared_ptr<const License> l) const;
JSON generate_game_client_json(std::shared_ptr<const Client> c) const;