mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
-Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code
8 lines
119 B
Python
8 lines
119 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env_string = env.Clone()
|
|
|
|
env_string.add_source_files(env.core_sources, "*.cpp")
|