1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00
Files
godot/servers/audio/effects/SCsub
2017-01-21 19:01:00 -03:00

8 lines
104 B
Python

#!/usr/bin/env python
Import('env')
env.add_source_files(env.servers_sources, "*.cpp")
Export('env')