diff options
Diffstat (limited to 'core/translation.h')
| -rw-r--r-- | core/translation.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/core/translation.h b/core/translation.h index 1286f48a0b..54118cd3b5 100644 --- a/core/translation.h +++ b/core/translation.h @@ -5,7 +5,7 @@ /* GODOT ENGINE */ /* http://www.godotengine.org */ /*************************************************************************/ -/* Copyright (c) 2007-2014 Juan Linietsky, Ariel Manzur. */ +/* Copyright (c) 2007-2015 Juan Linietsky, Ariel Manzur. */ /* */ /* Permission is hereby granted, free of charge, to any person obtaining */ /* a copy of this software and associated documentation files (the */ @@ -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(); |