Allow to drop folders onto editor

This commit is contained in:
Tomasz Chabora
2019-03-25 22:39:45 +01:00
parent 9c3ddf05cb
commit c0da243f04
2 changed files with 38 additions and 3 deletions

View File

@ -468,6 +468,7 @@ private:
void _update_recent_scenes();
void _open_recent_scene(int p_idx);
void _dropped_files(const Vector<String> &p_files, int p_screen);
void _add_dropped_files_recursive(const Vector<String> &p_files, String to_path);
String _recent_scene;
void _exit_editor();