mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-05-04 03:22:22 -04:00
Removed store mode
This commit is contained in:
11
src/smoke_api/api.hpp
Normal file
11
src/smoke_api/api.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "smoke_api/types.hpp"
|
||||
|
||||
namespace api {
|
||||
|
||||
std::optional<std::vector<DLC>> fetch_dlcs_from_github(AppId_t app_id) noexcept;
|
||||
|
||||
std::optional<std::vector<DLC>> fetch_dlcs_from_steam(AppId_t app_id) noexcept;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user