Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/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")