godot/script/multiscript/SCsub

8 lines
81 B
Plaintext

Import('env')
env.add_source_files(env.script_sources,"*.cpp")
Export('env')