pandemonium_engine/modules/vertex_lights_2d/SCsub

10 lines
267 B
Plaintext
Raw Normal View History

import os
Import('env')
module_env = env.Clone()
module_env.add_source_files(env.modules_sources,"register_types.cpp")
module_env.add_source_files(env.modules_sources,"vertex_lights_2d.cpp")
module_env.add_source_files(env.modules_sources,"vertex_light_data.cpp")