diff options
Diffstat (limited to 'editor/export_template_manager.h')
-rw-r--r-- | editor/export_template_manager.h | 3 |
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(); |