diff options
| author | Rémi Verschelde | 2017-08-26 17:46:49 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-08-26 17:47:57 +0200 |
| commit | 565600e8445a3073e4188a1a2bde1f47dd299c5a (patch) | |
| tree | 0cb16e4c20e2abaa6f17cfec7f3fa870b92caa13 /editor/plugins/shader_editor_plugin.cpp | |
| parent | dd7145b778ea4884fd52f5efaf79dc55375c8465 (diff) | |
| download | godot-565600e8445a3073e4188a1a2bde1f47dd299c5a.tar.gz godot-565600e8445a3073e4188a1a2bde1f47dd299c5a.tar.zst godot-565600e8445a3073e4188a1a2bde1f47dd299c5a.zip | |
Diffstat (limited to 'editor/plugins/shader_editor_plugin.cpp')
| -rw-r--r-- | editor/plugins/shader_editor_plugin.cpp | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/editor/plugins/shader_editor_plugin.cpp b/editor/plugins/shader_editor_plugin.cpp index 251416f85..5a57efd94 100644 --- a/editor/plugins/shader_editor_plugin.cpp +++ b/editor/plugins/shader_editor_plugin.cpp @@ -29,20 +29,17 @@ /*************************************************************************/ #include "shader_editor_plugin.h" +#include "core/io/resource_loader.h" +#include "core/io/resource_saver.h" +#include "core/os/keyboard.h" +#include "core/os/os.h" #include "editor/editor_node.h" #include "editor/editor_settings.h" #include "editor/property_editor.h" -#include "io/resource_loader.h" -#include "io/resource_saver.h" -#include "os/keyboard.h" -#include "os/os.h" #include "scene/resources/shader_graph.h" #include "servers/visual/shader_types.h" -#include "spatial_editor_plugin.h" -/*** SETTINGS EDITOR ****/ - -/*** SCRIPT EDITOR ****/ +/*** SHADER SCRIPT EDITOR ****/ Ref<Shader> ShaderTextEditor::get_edited_shader() const { |
