godot/drivers/wasapi/SCsub

9 lines
126 B
Plaintext
Raw Normal View History

2017-09-03 22:12:15 +02:00
#!/usr/bin/env python
Import('env')
# Driver source files
env.add_source_files(env.drivers_sources, "*.cpp")
Export('env')