#pragma once #include namespace smoke_api::app_cache { Vector get_dlcs(AppId_t app_id) noexcept; bool save_dlcs(AppId_t app_id, const Vector& dlcs) noexcept; }