diff options
Diffstat (limited to 'core/translation.h')
-rw-r--r-- | core/translation.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/translation.h b/core/translation.h index 1286f48a0b..d690320cd0 100644 --- a/core/translation.h +++ b/core/translation.h @@ -60,6 +60,7 @@ public: void erase_message(const StringName& p_src_text); void get_message_list(List<StringName> *r_messages) const; + int get_message_count() const; Translation(); }; @@ -103,6 +104,8 @@ public: void setup(); + void clear(); + void load_translations(); TranslationServer(); |