xref
: /
dports
/
devel
/
godot2
/
godot-2.1.6-stable
/
servers
/
physics_2d
/
SCsub
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
usr
/
bin
/
env
python
2
3
Import
(
'env'
)
4
5
env
.
add_source_files
(
env
.
servers_sources
,
"*.cpp"
)
6