forked from Green-Sky/tomato
basic cli args parsing, working plugin paths and semi working configs
This commit is contained in:
9
src/json_to_config.hpp
Normal file
9
src/json_to_config.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <nlohmann/json_fwd.hpp>
|
||||
|
||||
// fwd
|
||||
struct SimpleConfigModel;
|
||||
|
||||
bool load_json_into_config(const nlohmann::ordered_json& config_json, SimpleConfigModel& conf);
|
||||
|
||||
Reference in New Issue
Block a user