godot/drivers/trex/SCsub
2014-02-09 22:10:30 -03:00

10 lines
108 B
Text

Import('env')
sources = [
'trex.c',
'regex.cpp',
]
env.add_source_files(env.drivers_sources, sources)