godot/editor/gui/SCsub
Yuri Sizov 4154039832 Improve includes of EditorNode (and everything else)
Also start organizing editor-specific GUI components
into a dedicated folder, `editor/gui`.
Also move `editor_file_server` next to the rest of debugger classes.
2023-04-07 18:59:49 +02:00

6 lines
88 B
Python

#!/usr/bin/env python
Import("env")
env.add_source_files(env.editor_sources, "*.cpp")