mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 07:28:59 +02:00
- added some logic to 'try' to figure out when to render font test right to left and when not to
This commit is contained in:
@@ -610,6 +610,11 @@ namespace Shared { namespace Util {
|
||||
};
|
||||
|
||||
|
||||
void strrev(char *p);
|
||||
void strrev_utf8(char *p);
|
||||
void strrev_utf8(std::string &p);
|
||||
bool is_string_all_ascii(std::string str);
|
||||
|
||||
}} // namespace TA3D
|
||||
|
||||
#endif // _SHARED_UTIL_W_STRING_H__
|
||||
|
Reference in New Issue
Block a user