mirror of
https://github.com/godotengine/godot
synced 2024-11-02 12:55:22 +00:00
4154039832
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.
5 lines
88 B
Python
5 lines
88 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.editor_sources, "*.cpp")
|