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")
|