mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
12 lines
155 B
Python
12 lines
155 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
# Pandemonium source files
|
|
|
|
scene_obj = []
|
|
|
|
env.add_source_files(scene_obj, "*.cpp")
|
|
env.scene_sources += scene_obj
|
|
|