Can now create new configs on the fly using: local config = g_configs.create(file)

This commit is contained in:
BenDol
2014-04-02 01:54:13 +13:00
parent 5204e3ac03
commit 2d84fae2c8
4 changed files with 30 additions and 7 deletions

View File

@@ -35,6 +35,7 @@ public:
ConfigPtr getSettings();
ConfigPtr get(const std::string& file);
ConfigPtr create(const std::string& file);
ConfigPtr loadSettings(const std::string file);
ConfigPtr load(const std::string& file);
bool unload(const std::string& file);