mirror of
https://github.com/godotengine/godot.git
synced 2025-01-23 11:03:13 -05:00
691450bc08
- Extract individual components to their own files. - Improve order of declarations and definitions within those files. - ProjectDialog is only extracted as there are upcoming PRs touching on it.
5 lines
88 B
Python
5 lines
88 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.editor_sources, "*.cpp")
|