diff options
Diffstat (limited to 'editor/filesystem_dock.h')
| -rw-r--r-- | editor/filesystem_dock.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index 1cde735cb8..f6a96fc6a5 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -369,6 +369,9 @@ protected: static void _bind_methods(); public: + const HashMap<String, Color> &get_folder_colors() const; + Dictionary get_assigned_folder_colors() const; + Vector<String> get_selected_paths() const; Vector<String> get_uncollapsed_paths() const; |
