|
MetaImGUI 1.0.0
ImGui Application Template for C++20
|
#include "ConfigManager.h"#include "Logger.h"#include <nlohmann/json.hpp>#include <fstream>#include <pwd.h>#include <sys/stat.h>#include <sys/types.h>#include <unistd.h>
Go to the source code of this file.
Classes | |
| struct | MetaImGUI::ConfigManager::Impl |
Namespaces | |
| namespace | MetaImGUI |
Typedefs | |
| using | json = nlohmann::json |
| using json = nlohmann::json |
Definition at line 37 of file ConfigManager.cpp.