Working config file also configures the build and git dir.
This commit is contained in:
parent
90f4f727ba
commit
eb6c7b0e33
6 changed files with 29 additions and 28 deletions
4
gui.cpp
4
gui.cpp
|
@ -23,10 +23,6 @@ using namespace fmt;
|
|||
using namespace nlohmann;
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
SoundQuip::SoundQuip() {
|
||||
|
||||
};
|
||||
|
||||
void SoundQuip::load(json &data, const char *file_key) {
|
||||
auto audio = data["audio"];
|
||||
json::string_t file_name = audio[file_key].template get<std::string>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue