Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/servers/navigation_2d/SCsub
12197 views
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")

if not env["disable_navigation_2d"]:
    env.add_source_files(env.servers_sources, "*.cpp")