|
Smolgui
Immediate gui library based on SFML
|
#include <string>#include <vector>#include <unordered_map>Go to the source code of this file.
Classes | |
| class | sgui::TextContainer |
| store text accessible with a string key, with option to load and store text for a given tongue, so it has simple support for localisation. More... | |
Namespaces | |
| namespace | sgui |
Typedefs | |
| template<typename Type> | |
| using | sgui::LookupTable = std::unordered_map <std::string, Type> |