feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -6,4 +6,7 @@ Import("env")
|
|||
env.add_source_files(env.scene_sources, "*.cpp")
|
||||
|
||||
# Chain load SCsubs
|
||||
SConscript("physics/SCsub")
|
||||
if not env["disable_physics_2d"]:
|
||||
SConscript("physics/SCsub")
|
||||
if not env["disable_navigation_2d"]:
|
||||
SConscript("navigation/SCsub")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue