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