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

6 lines
87 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
2014-02-10 09:10:30 +08:00
Import('env')
env.add_source_files(env.scene_sources, "*.cpp")