Smolgui
Immediate gui library based on SFML
Loading...
Searching...
No Matches
TextContainer.h File Reference
#include <string>
#include <vector>
#include <unordered_map>
Include dependency graph for TextContainer.h:
This graph shows which files directly or indirectly include this file:

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>