mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
127458ed17
-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_config = env.Clone()
|
|
|
|
env_config.add_source_files(env.core_sources, "*.cpp")
|