Update Files
This commit is contained in:
6
Kha/Backends/WPF/system/Uri.hx
Normal file
6
Kha/Backends/WPF/system/Uri.hx
Normal file
@ -0,0 +1,6 @@
|
||||
package system;
|
||||
|
||||
@:native("System.Uri")
|
||||
extern class Uri {
|
||||
function new(filename: String, kind: UriKind): Void;
|
||||
}
|
Reference in New Issue
Block a user