mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-26 06:22:51 -05:00
10 lines
168 B
C++
10 lines
168 B
C++
#pragma once
|
|
|
|
#include <core/types.hpp>
|
|
#include <store_mode/store.hpp>
|
|
|
|
namespace store::api {
|
|
|
|
std::optional<store::StoreConfig> fetch_store_config() noexcept;
|
|
|
|
} |