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