diff options
| author | Yuri Roubinsky <chaosus89@gmail.com> | 2021-12-03 20:48:15 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-03 20:48:15 +0300 |
| commit | ea66ea9060272d67fbf0c4264acb76a7bedfc4af (patch) | |
| tree | f38a945a2316e5d14af2a6c7d7d90be47b6ae07d /editor/filesystem_dock.h | |
| parent | 0e261523926e776bc0b1b85178a60fa476490a9c (diff) | |
| parent | 771491d3580dddec328c98ac793afb09dd794511 (diff) | |
| download | redot-engine-ea66ea9060272d67fbf0c4264acb76a7bedfc4af.tar.gz | |
Merge pull request #55590 from Chaosus/shader_dock
Diffstat (limited to 'editor/filesystem_dock.h')
| -rw-r--r-- | editor/filesystem_dock.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/filesystem_dock.h b/editor/filesystem_dock.h index 7c3851b94f..34b445f1b3 100644 --- a/editor/filesystem_dock.h +++ b/editor/filesystem_dock.h @@ -54,6 +54,7 @@ #include "script_create_dialog.h" class EditorNode; +class ShaderCreateDialog; class FileSystemDock : public VBoxContainer { GDCLASS(FileSystemDock, VBoxContainer); @@ -158,6 +159,7 @@ private: LineEdit *make_scene_dialog_text; ConfirmationDialog *overwrite_dialog; ScriptCreateDialog *make_script_dialog; + ShaderCreateDialog *make_shader_dialog; CreateDialog *new_resource_dialog; bool always_show_folders; |
