add env keyword to cfg

This commit is contained in:
vaxerski
2023-03-05 13:12:01 +00:00
parent 4abc608bc0
commit d5093f7af0
2 changed files with 17 additions and 0 deletions

View File

@@ -244,6 +244,7 @@ class CConfigManager {
void handleSubmap(const std::string&, const std::string&);
void handleBlurLS(const std::string&, const std::string&);
void handleBindWS(const std::string&, const std::string&);
void handleEnv(const std::string&, const std::string&);
};
inline std::unique_ptr<CConfigManager> g_pConfigManager;