Start adding config reader
This commit is contained in:
parent
6ff9370c4e
commit
cbc9ba77d2
14 changed files with 245 additions and 143 deletions
16
src/core/serializers/TomlReader.h
Normal file
16
src/core/serializers/TomlReader.h
Normal file
|
@ -0,0 +1,16 @@
|
|||
#pragma once
|
||||
|
||||
#include <filesystem>;
|
||||
#include <unordered_map>
|
||||
|
||||
using Path = std::filesystem::path;
|
||||
|
||||
class TomlContent
|
||||
{
|
||||
//using SectionContent
|
||||
};
|
||||
|
||||
class TomlReader
|
||||
{
|
||||
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue