DDraceNetwork Docs
localization.h
Go to the documentation of this file.
1#ifndef ENGINE_SHARED_LOCALIZATION_H
2#define ENGINE_SHARED_LOCALIZATION_H
3
7static constexpr const char *Localizable(const char *pStr, const char *pContext = "")
8{
9 return pStr;
10}
11
12#endif
static constexpr const char * Localizable(const char *pStr, const char *pContext="")
Definition: localization.h:7