virtualx-engine/scene/animation/SCsub

11 lines
148 B
Text
Raw Normal View History

#!/usr/bin/env python
Import("env")
2014-02-10 02:10:30 +01:00
# Godot source files
scene_obj = []
env.add_source_files(scene_obj, "*.cpp")
env.scene_sources += scene_obj