mirror of
https://github.com/edubart/otclient.git
synced 2025-12-19 15:17:12 +01:00
Proper termination and initialization of the ConfigManager.
This commit is contained in:
@@ -29,7 +29,8 @@
|
||||
class ConfigManager
|
||||
{
|
||||
public:
|
||||
ConfigManager();
|
||||
void init();
|
||||
void terminate();
|
||||
|
||||
ConfigPtr getSettings();
|
||||
ConfigPtr get(const std::string& file);
|
||||
|
||||
Reference in New Issue
Block a user