diff options
Diffstat (limited to 'core/ustring.h')
-rw-r--r-- | core/ustring.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/ustring.h b/core/ustring.h index 1000c1cc8a..fa25a07eb0 100644 --- a/core/ustring.h +++ b/core/ustring.h @@ -209,6 +209,7 @@ public: String xml_unescape() const; String c_escape() const; String c_unescape() const; + String world_wrap(int p_chars_per_line) const; String percent_encode() const; String percent_decode() const; |