mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 17:37:03 +00:00
CVarManager: Bring back de/serialization
This commit is contained in:
@@ -108,6 +108,7 @@ private:
|
||||
|
||||
std::unordered_map<std::string, std::unique_ptr<CVar>> m_cvars;
|
||||
std::unordered_map<std::string, std::string> m_deferedCVars;
|
||||
std::vector<StoreCVar::CVar> loadCVars(const std::string& filename) const;
|
||||
};
|
||||
|
||||
} // namespace hecl
|
||||
|
||||
Reference in New Issue
Block a user