mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
9 lines
156 B
Python
9 lines
156 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
Import("env_modules")
|
|
|
|
env_gdscript = env_modules.Clone()
|
|
|
|
env_gdscript.add_source_files(env.modules_sources, "*.cpp")
|