blender/source/gameengine/GamePlayer/SConscript
Kester Maddock d5fde6c48b Added #!/usr/bin/python standard script identifier to the start of SConscript files.
Makes text editors identify SConscripts as Python, and syntax highlight properly.
2004-05-16 13:07:20 +00:00

3 lines
74 B
Python

#!/usr/bin/python
SConscript(['common/SConscript',
'ghost/SConscript'])