1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Separate TextShaderEditor and ShaderEditorPlugin into different files

This commit is contained in:
Aaron Franke
2022-09-02 23:15:21 -05:00
parent 38cb2f8afc
commit 252963166d
5 changed files with 1396 additions and 1332 deletions

View File

@@ -49,6 +49,7 @@
#include "editor/find_in_files.h"
#include "editor/node_dock.h"
#include "editor/plugins/shader_editor_plugin.h"
#include "editor/plugins/text_shader_editor.h"
#include "scene/main/window.h"
#include "scene/scene_string_names.h"
#include "script_text_editor.h"