-moved script to modules

This commit is contained in:
Juan Linietsky
2014-02-24 09:53:33 -03:00
parent 51609ffc04
commit 4b07eb8deb
43 changed files with 597 additions and 148 deletions

7
modules/gdscript/SCsub Normal file
View File

@ -0,0 +1,7 @@
Import('env')
env.add_source_files(env.modules_sources,"*.cpp")
Export('env')