Ask users to explore official projects when none is loaded.

This commit is contained in:
Juan Linietsky
2017-11-26 15:31:08 -03:00
parent 22415e5a31
commit c6f2db393e
4 changed files with 28 additions and 0 deletions

View File

@ -76,6 +76,9 @@ class ProjectManager : public Control {
Control *gui_base;
ConfirmationDialog *open_templates;
void _open_asset_library();
void _scan_projects();
void _run_project();
void _run_project_confirm();