diff --git a/librecomp/include/librecomp/game.hpp b/librecomp/include/librecomp/game.hpp index 8b1b9bc..90aaa54 100644 --- a/librecomp/include/librecomp/game.hpp +++ b/librecomp/include/librecomp/game.hpp @@ -24,6 +24,7 @@ namespace recomp { std::string display_name; std::u8string game_id; std::string mod_game_id; + std::string discovery_url; SaveType save_type = SaveType::None; std::span thumbnail_bytes; bool is_enabled;