10 #include "tb_hashtable.h"
51 #endif // TB_LANGUAGE_H
void Clear()
Clear the list of strings.
Definition: tb_language.cpp:39
TBStr GetString(const TBID &id)
Return the string with the given id.
Definition: tb_language.cpp:44
bool Load(const TBStr &filename)
Load a file into this language manager.
Definition: tb_language.cpp:17
TBID is a wrapper for a uint32_t to be used as ID.
Definition: tb_id.h:18
TBHashTableOf is a TBHashTable with the given class type as content.
Definition: tb_hashtable.h:99
TBStr is a simple string class.
Definition: tb_str.h:62
TBLanguage is a basic language string manager.
Definition: tb_language.h:27