|
Smolgui
Immediate gui library based on SFML
|
#include "sgui/Serialization/LoadJson.h"Namespaces | |
| namespace | sgui |
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 | |