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