#pragma once #include "smoke_api/types.hpp" namespace smoke_api::api { std::optional> fetch_dlcs_from_github(AppId_t app_id); std::optional> fetch_dlcs_from_steam(AppId_t app_id); }