9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.add_source_files(env.editor_sources, "*.cpp")
|
||
|
|
||
|
SConscript("gizmos/SCsub")
|
||
|
SConscript("tiles/SCsub")
|