mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-24 21:42:53 -05:00
Split static & shared lib
This commit is contained in:
9
static/smoke_api/api.hpp
Normal file
9
static/smoke_api/api.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include "smoke_api/types.hpp"
|
||||
|
||||
namespace smoke_api::api {
|
||||
std::optional<std::vector<DLC>> fetch_dlcs_from_github(AppId_t app_id);
|
||||
|
||||
std::optional<std::vector<DLC>> fetch_dlcs_from_steam(AppId_t app_id);
|
||||
}
|
||||
Reference in New Issue
Block a user