DDraceNetwork Documentation
Loading...
Searching...
No Matches
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
Definition vmath.h:15
static constexpr const char * Localizable(const char *pStr, const char *pContext="")
Definition localization.h:7