ultimatepp/uppsrc/Core/t_.h

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