diff options
Diffstat (limited to 'scene/audio/SCsub')
-rw-r--r-- | scene/audio/SCsub | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scene/audio/SCsub b/scene/audio/SCsub index bbe59b3054..bf9125be7f 100644 --- a/scene/audio/SCsub +++ b/scene/audio/SCsub @@ -1,5 +1,7 @@ +#!/usr/bin/env python + Import('env') -env.add_source_files(env.scene_sources,"*.cpp") +env.add_source_files(env.scene_sources, "*.cpp") Export('env') |