mirror of
https://github.com/godotengine/godot.git
synced 2024-11-15 00:23:27 +00:00
35dafc9fa8
Splits monolithic physics class files.
9 lines
136 B
Python
9 lines
136 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.scene_sources, "*.cpp")
|
|
|
|
# Chain load SCsubs
|
|
SConscript("physics/SCsub")
|