2
0
mirror of https://github.com/godotengine/godot.git synced 2025-03-01 23:21:39 +08:00
godot/scene/resources/SCsub

10 lines
161 B
Plaintext
Raw Normal View History

2014-02-10 09:10:30 +08:00
Import('env')
env.add_source_files(env.scene_sources,"*.cpp")
env.add_source_files(env.scene_sources,"*.c")
2014-02-10 09:10:30 +08:00
Export('env')
SConscript("default_theme/SCsub");