yaml testing (not good) :(
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
class ConfigInterface {
|
||||
|
||||
public:
|
||||
@@ -10,4 +12,7 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
const std::string configRoot = "config";
|
||||
const std::string filename = "audio.yaml";
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user