godot/editor/project_manager/SCsub
Yuri Sizov 691450bc08 Reorganize project manager code
- 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.
2024-01-16 19:57:36 +01:00

6 lines
88 B
Python

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