1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00
Files
godot/drivers/trex/SCsub
2014-02-09 22:10:30 -03:00

11 lines
108 B
Plaintext

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