Smolgui
Immediate gui library based on SFML
Loading...
Searching...
No Matches
LoadLookupTable.h File Reference
Include dependency graph for LoadLookupTable.h:
This graph shows which files directly or indirectly include this file:

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)