summaryrefslogtreecommitdiff
path: root/scene/resources/SCsub
blob: 87bd33e00eb30121e2b5d5bab9319cefe4c87f10 (plain)
1
2
3
4
5
6
7
8
Import('env')

env.add_source_files(env.scene_sources,"*.cpp")

Export('env')

SConscript("default_theme/SCsub");