2025-01-22 16:18:30 +01:00

7 lines
121 B
Haxe

package system;
@:native("System.Uri")
extern class Uri {
function new(filename: String, kind: UriKind): Void;
}