Implemented ISteamGameServer

This commit is contained in:
acidicoala
2025-08-26 05:07:17 +05:00
parent 902476cb3e
commit 9f84425e4e
59 changed files with 151 additions and 123 deletions

View File

@@ -32,7 +32,7 @@ namespace smoke_api::api {
std::optional<std::vector<DLC>> fetch_dlcs_from_steam(const AppId_t app_id) {
try {
// TODO: Communicate directly with Steam servers.
// TODO: Communicate directly with Steam servers?
// ref.: https://github.com/SteamRE/SteamKit
const auto url =
std::format("https://store.steampowered.com/dlc/{}/ajaxgetdlclist", app_id);