#pragma once #include namespace api { std::optional> fetch_dlcs_from_github(AppId_t app_id) noexcept; std::optional> fetch_dlcs_from_steam(AppId_t app_id) noexcept; }