|
Smolgui
Immediate gui library based on SFML
|
Go to the source code of this file.
Namespaces | |
| namespace | sgui |
Functions | |
| template<typename Key, typename Type> | |
| bool | sgui::loadFromFile (std::unordered_map< Key, Type > &table, const std::string &file) |
| template<typename Key, typename Type> | |
| void | sgui::saveInFile (const std::unordered_map< Key, Type > &table, const std::string &file, const bool compact=false) |