mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-16 06:05:32 -06:00
17 lines
No EOL
282 B
C
17 lines
No EOL
282 B
C
#ifndef t_h
|
|
#define t_h
|
|
|
|
#ifdef t_
|
|
#undef t_
|
|
#endif
|
|
|
|
#ifdef tt_
|
|
#undef tt_
|
|
#endif
|
|
|
|
inline const char *t_(const char *s) { return t_GetLngString(s); }
|
|
inline const char *tt_(const char *s) { return s; }
|
|
|
|
// #define t_(x) t_GetLngString(x)
|
|
// #define tt_(x) x
|
|
#endif |