summaryrefslogtreecommitdiffstats
path: root/modules/godot_physics_3d/joints/SCsub
blob: 39eb469978ed0a655ea256a19e2480f4ee0d5cac (plain)
1
2
3
4
5
6
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")

env.add_source_files(env.modules_sources, "*.cpp")