mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
	
		
			549 B
		
	
	
	
		
			C++
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
	
		
			549 B
		
	
	
	
		
			C++
		
	
	
	
	
	
|   | /*************************************************/ | ||
|  | /*  script_binder.cpp                            */ | ||
|  | /*************************************************/ | ||
|  | /*            This file is part of:              */ | ||
|  | /*                GODOT ENGINE                   */ | ||
|  | /*************************************************/ | ||
|  | /*       Source code within this file is:        */ | ||
|  | /*  (c) 2007-2010 Juan Linietsky, Ariel Manzur   */ | ||
|  | /*             All Rights Reserved.              */ | ||
|  | /*************************************************/ | ||
|  | 
 | ||
|  | #include "script_binder.h"
 | ||
|  | 
 |