1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

-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

View File

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