diff options
author | smix8 <52464204+smix8@users.noreply.github.com> | 2024-02-26 07:15:31 +0100 |
---|---|---|
committer | smix8 <52464204+smix8@users.noreply.github.com> | 2024-02-27 11:18:16 +0100 |
commit | 35dafc9fa8ac26cca9ca1da606cbfe782468d05f (patch) | |
tree | 84b4b187e6e16c513497225a2127234c96823e97 /scene/3d/SCsub | |
parent | bb6b06c81343073f10cbbd2af515cf0dac1e6549 (diff) | |
download | redot-engine-35dafc9fa8ac26cca9ca1da606cbfe782468d05f.tar.gz |
Split monolithic physics class files
Splits monolithic physics class files.
Diffstat (limited to 'scene/3d/SCsub')
-rw-r--r-- | scene/3d/SCsub | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scene/3d/SCsub b/scene/3d/SCsub index fc61250247..94e1ab6c96 100644 --- a/scene/3d/SCsub +++ b/scene/3d/SCsub @@ -3,3 +3,6 @@ Import("env") env.add_source_files(env.scene_sources, "*.cpp") + +# Chain load SCsubs +SConscript("physics/SCsub") |