diff options
Diffstat (limited to 'scene/2d/physics/SCsub')
-rw-r--r-- | scene/2d/physics/SCsub | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scene/2d/physics/SCsub b/scene/2d/physics/SCsub new file mode 100644 index 0000000000..e7fd3fe643 --- /dev/null +++ b/scene/2d/physics/SCsub @@ -0,0 +1,8 @@ +#!/usr/bin/env python + +Import("env") + +env.add_source_files(env.scene_sources, "*.cpp") + +# Chain load SCsubs +SConscript("joints/SCsub") |