TOMLMap parser finish

This commit is contained in:
Talyx
2022-01-23 23:03:52 +03:00
parent 95bccc87ef
commit e7f32c96e5
5 changed files with 179 additions and 20 deletions

View File

@@ -61,6 +61,7 @@ private:
public:
void fillFields(void);
void printFields(void);
~ServerConfig();
};