mirror of
https://github.com/godotengine/godot
synced 2024-11-02 11:59:10 +00:00
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")
|