mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-24 04:46:48 +01:00
13 lines
392 B
Python
13 lines
392 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
Import("env_modules")
|
|
|
|
env_wfc = env_modules.Clone()
|
|
|
|
env_wfc.add_source_files(env.modules_sources, "register_types.cpp")
|
|
env_wfc.add_source_files(env.modules_sources, "wave_form_collapse.cpp")
|
|
|
|
#env_wfc.add_source_files(env.modules_sources, "tiling_wave_form_collapse.cpp")
|
|
#env_wfc.add_source_files(env.modules_sources, "tiling_wave_form_collapse.cpp")
|