PixelLightAPI
.
|
#include "PLCore/String/String.h"
#include "PLCore/Core/Singleton.h"
#include "PLCore/Container/Array.h"
#include "PLCore/Container/HashMap.h"
#include "PLCore/Tools/Localization.inl"
Go to the source code of this file.
Classes | |
class | PLCore::Localization |
Localization manager. More... | |
Namespaces | |
namespace | PLCore |
Defines | |
#define | PLT(Text) PLCore::Localization::GetInstance()->Get(Text) |
#define | PL_TEXT(Text, Group) PLCore::Localization::GetInstance()->Get(Text, Group) |
#define PLT | ( | Text | ) | PLCore::Localization::GetInstance()->Get(Text) |
#define PL_TEXT | ( | Text, | |
Group | |||
) | PLCore::Localization::GetInstance()->Get(Text, Group) |
|