godot/modules/gdscript/SCsub

6 lines
80 B
Plaintext
Raw Normal View History

2014-02-24 13:53:33 +01:00
Import('env')
env.add_source_files(env.modules_sources,"*.cpp")
Export('env')