summaryrefslogtreecommitdiff
path: root/scene/resources/SCsub
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/SCsub')
-rw-r--r--scene/resources/SCsub8
1 files changed, 5 insertions, 3 deletions
diff --git a/scene/resources/SCsub b/scene/resources/SCsub
index bb9766e1ca..60b16cd0d4 100644
--- a/scene/resources/SCsub
+++ b/scene/resources/SCsub
@@ -1,8 +1,10 @@
+#!/usr/bin/env python
+
Import('env')
-env.add_source_files(env.scene_sources,"*.cpp")
-env.add_source_files(env.scene_sources,"*.c")
+env.add_source_files(env.scene_sources, "*.cpp")
+env.add_source_files(env.scene_sources, "*.c")
Export('env')
-SConscript("default_theme/SCsub");
+SConscript("default_theme/SCsub")