From dd03dcbd5a1d4a23d4fb3aa41da0c91fe2c5eda5 Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Sun, 7 Apr 2019 15:46:52 -0300 Subject: Android now (optionally) builds the template when exporting Added new way to create add-ons Removed old way to create add-ons --- editor/export_template_manager.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editor/export_template_manager.h') 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(); -- cgit v1.2.3