summaryrefslogtreecommitdiff
path: root/editor/export_template_manager.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-07-15 18:22:26 +0200
committerGitHub <noreply@github.com>2021-07-15 18:22:26 +0200
commit296b713ee81153527851e5c71f8e86b0690b18b6 (patch)
tree7c27935d831c1d58ead84f17651641ec7c7f0e08 /editor/export_template_manager.h
parent9427bf38427da6366118bfd21fbb2f064bc5719d (diff)
parent6639cc98531013a995e3bda220a3f1a6412e678c (diff)
Merge pull request #50481 from reduz/install-android-build-sources
Added ability to load Android build sources from file.
Diffstat (limited to 'editor/export_template_manager.h')
-rw-r--r--editor/export_template_manager.h2
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();