Some machinations on a config structure as well as a restructure on how
I do logging.
This commit is contained in:
19
include/ConfigDB.h
Normal file
19
include/ConfigDB.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
#include <string>
|
||||
#include <filesystem>
|
||||
|
||||
class ConfigDB {
|
||||
|
||||
public:
|
||||
|
||||
ConfigDB();
|
||||
~ConfigDB();
|
||||
|
||||
bool init(std::string root_config_path);
|
||||
|
||||
|
||||
|
||||
private:
|
||||
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user