|
Smolgui
Immediate gui library based on SFML
|
#include <iomanip>#include <fstream>#include <nlohmann/json.hpp>Go to the source code of this file.
Namespaces | |
| namespace | sgui |
Typedefs | |
| using | json = nlohmann::json |
Functions | |
| void | sgui::saveInFile (const json &out, const std::string &file, const bool compact=false) |
| save json to file | |
| json | sgui::loadFromFile (const std::string &file) |
| load json from file | |
| using json = nlohmann::json |