mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2026-01-27 06:52:52 -05:00
Renamed koalageddon mode to store mode
This commit is contained in:
11
src/store_mode/store_cache.hpp
Normal file
11
src/store_mode/store_cache.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <store_mode/store.hpp>
|
||||
|
||||
namespace store::store_cache {
|
||||
|
||||
std::optional<StoreConfig> get_store_config();
|
||||
|
||||
bool save_store_config(const StoreConfig& config);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user