diff options
Diffstat (limited to 'editor/export_template_manager.h')
-rw-r--r-- | editor/export_template_manager.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/export_template_manager.h b/editor/export_template_manager.h index f145c6c0f5..ebadb88c36 100644 --- a/editor/export_template_manager.h +++ b/editor/export_template_manager.h @@ -124,6 +124,8 @@ public: bool can_install_android_template(); Error install_android_template(); + Error install_android_template_from_file(const String &p_file); + void popup_manager(); ExportTemplateManager(); |