UI for Application Config
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
#include <string>
|
||||
#include <bitset>
|
||||
#include <optional>
|
||||
#include <unordered_map>
|
||||
|
||||
namespace config {
|
||||
struct video_t {
|
||||
@@ -96,6 +97,7 @@ extern input_t input;
|
||||
extern sunshine_t sunshine;
|
||||
|
||||
int parse(int argc, char *argv[]);
|
||||
std::unordered_map<std::string, std::string> parse_config(std::string_view file_content);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user