add generator definition file (.toml)
This commit is contained in:
@@ -66,4 +66,8 @@ namespace files {
|
||||
dv::value read_binary_json(const fs::path& file);
|
||||
dv::value read_toml(const fs::path& file);
|
||||
std::vector<std::string> read_list(const fs::path& file);
|
||||
|
||||
bool is_data_file(const fs::path& file);
|
||||
bool is_data_interchange_format(const fs::path& ext);
|
||||
dv::value read_object(const fs::path& file);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user