forked from LeenkxTeam/LNXSDK
		
	
		
			
	
	
		
			7 lines
		
	
	
		
			121 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			121 B
		
	
	
	
		
			Haxe
		
	
	
	
	
	
|  | package system; | ||
|  | 
 | ||
|  | @:native("System.Uri") | ||
|  | extern class Uri { | ||
|  | 	function new(filename: String, kind: UriKind): Void; | ||
|  | } |