mirror of
https://github.com/Relintai/tile_map_backport.git
synced 2024-11-09 03:12:09 +01:00
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
Import("env")
|
||
|
|
||
|
env.add_source_files(env.editor_sources, "*.cpp")
|