MetaImGUI 1.0.0
ImGui Application Template for C++20
Loading...
Searching...
No Matches
ConfigManager.cpp File Reference
#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>
Include dependency graph for ConfigManager.cpp:

Go to the source code of this file.

Classes

struct  MetaImGUI::ConfigManager::Impl
 

Namespaces

namespace  MetaImGUI
 

Typedefs

using json = nlohmann::json
 

Typedef Documentation

◆ json

using json = nlohmann::json

Definition at line 37 of file ConfigManager.cpp.