diff options
Diffstat (limited to 'scene/2d/SCsub')
-rw-r--r-- | scene/2d/SCsub | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scene/2d/SCsub b/scene/2d/SCsub new file mode 100644 index 0000000000..055d2f2474 --- /dev/null +++ b/scene/2d/SCsub @@ -0,0 +1,7 @@ +Import('env') + +env.add_source_files(env.scene_sources,"*.cpp") + +Export('env') + + |