Please enable JavaScript in your browser!
Startseite
Erkunden
Hilfe
Anmelden
hp
/
godot
Beobachten
1
Favorit hinzufügen
1
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
38ae49e574
Branches
Tags
3.0
fix-12401
master
godot
/
drivers
/
windows
/
SCsub
SCsub
104 B
Verlauf
Originalformat
1
2
3
4
5
6
7
8
#!/usr/bin/env python
Import('env')
env.add_source_files(env.drivers_sources, "*.cpp")
Export('env')