35dafc9fa8
Splits monolithic physics class files.
8 lines
136 B
Python
8 lines
136 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.scene_sources, "*.cpp")
|
|
|
|
# Chain load SCsubs
|
|
SConscript("physics/SCsub")
|