this-city/engine/servers/physics_2d/direct_states/SCsub
2026-07-10 17:04:34 +02:00

7 lines
166 B
Python

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
if not env["disable_physics_2d"]:
env.add_source_files(env.servers_sources, "*.cpp")