mirror of
https://github.com/godotengine/godot
synced 2024-11-02 14:43:31 +00:00
127458ed17
-Removed FuncRef, since Callable makes it obsolete -Removed int_types.h as its obsolete in c++11+ -Changed color names code
7 lines
117 B
Python
7 lines
117 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env_error = env.Clone()
|
|
|
|
env_error.add_source_files(env.core_sources, "*.cpp")
|