summaryrefslogtreecommitdiff
path: root/editor/export_template_manager.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2019-04-07 15:46:52 -0300
committerJuan Linietsky <reduzio@gmail.com>2019-04-07 15:46:52 -0300
commitdd03dcbd5a1d4a23d4fb3aa41da0c91fe2c5eda5 (patch)
treeafe0038e0f7b7e5e93e478cdca148b82432ade4b /editor/export_template_manager.h
parentcd4449e7abe97b2bc883e2d182db2cc41eb35f8c (diff)
Android now (optionally) builds the template when exporting
Added new way to create add-ons Removed old way to create add-ons
Diffstat (limited to 'editor/export_template_manager.h')
-rw-r--r--editor/export_template_manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/export_template_manager.h b/editor/export_template_manager.h
index 2edd3db6d7..608830c990 100644
--- a/editor/export_template_manager.h
+++ b/editor/export_template_manager.h
@@ -84,6 +84,9 @@ protected:
static void _bind_methods();
public:
+ bool can_install_android_template();
+ Error install_android_template();
+
void popup_manager();
ExportTemplateManager();