xref
: /
dports
/
devel
/
godot
/
godot-3.2.3-stable
/
scene
/
main
/
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
.
scene_sources
,
"*.cpp"
)
6