summaryrefslogtreecommitdiff
path: root/core/ustring.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/ustring.h')
-rw-r--r--core/ustring.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/ustring.h b/core/ustring.h
index 1bb4719b85..3be3161a4a 100644
--- a/core/ustring.h
+++ b/core/ustring.h
@@ -318,4 +318,7 @@ String TTR(const String &);
//tool or regular translate
String RTR(const String &);
+bool is_symbol(CharType c);
+bool select_word(const String &p_s, int p_col, int &r_beg, int &r_end);
+
#endif