switch to toml11

it's better, believe me
This commit is contained in:
Lion Kortlepel
2021-06-25 01:59:38 +02:00
parent 55ee1d3747
commit a23946dddf
7 changed files with 54 additions and 111 deletions

View File

@@ -10,6 +10,8 @@ public:
[[nodiscard]] bool Failed() const { return mFailed; }
void FlushToFile();
private:
void CreateConfigFile(std::string_view name);
void ParseFromFile(std::string_view name);

1
include/toml11 Submodule

Submodule include/toml11 added at 647381020e