diff options
Diffstat (limited to 'editor/gui/editor_file_dialog.h')
| -rw-r--r-- | editor/gui/editor_file_dialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/gui/editor_file_dialog.h b/editor/gui/editor_file_dialog.h index 913b48a10b..e0f53ace96 100644 --- a/editor/gui/editor_file_dialog.h +++ b/editor/gui/editor_file_dialog.h @@ -239,6 +239,8 @@ protected: static void _bind_methods(); public: + Color get_dir_icon_color(const String &p_dir_path); + // Public for use with callable_mp. void _file_submitted(const String &p_file); |
