summaryrefslogtreecommitdiff
path: root/editor/editor_plugin.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-07-02 22:22:46 +0200
committerGitHub <noreply@github.com>2020-07-02 22:22:46 +0200
commitf9c2f35dd925eb6620021dc540b1d049c04d7cd4 (patch)
tree9dae42f261a2f0f735912326b61c36f066b426ec /editor/editor_plugin.h
parent661f8ee780927779b133fa3da8ed4a83bef5b44b (diff)
parentefb460942536fcd35aa50fc6dbeb6aeea6917642 (diff)
Merge pull request #39415 from SkyLucilfer/PotGeneration
Add POT generation feature in Editor
Diffstat (limited to 'editor/editor_plugin.h')
-rw-r--r--editor/editor_plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/editor_plugin.h b/editor/editor_plugin.h
index e84984d57a..52ff7f04f8 100644
--- a/editor/editor_plugin.h
+++ b/editor/editor_plugin.h
@@ -34,6 +34,7 @@
#include "core/io/config_file.h"
#include "core/undo_redo.h"
#include "editor/editor_inspector.h"
+#include "editor/editor_translation_parser.h"
#include "editor/import/editor_import_plugin.h"
#include "editor/import/resource_importer_scene.h"
#include "editor/script_create_dialog.h"
@@ -220,6 +221,9 @@ public:
virtual void restore_global_state();
virtual void save_global_state();
+ void add_translation_parser_plugin(const Ref<EditorTranslationParserPlugin> &p_parser);
+ void remove_translation_parser_plugin(const Ref<EditorTranslationParserPlugin> &p_parser);
+
void add_import_plugin(const Ref<EditorImportPlugin> &p_importer);
void remove_import_plugin(const Ref<EditorImportPlugin> &p_importer);