forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
8
Kha/Backends/WPF/system/UriKind.hx
Normal file
8
Kha/Backends/WPF/system/UriKind.hx
Normal file
@ -0,0 +1,8 @@
|
||||
package system;
|
||||
|
||||
@:native("System.UriKind")
|
||||
extern enum UriKind {
|
||||
RelativeOrAbsolute;
|
||||
Absolute;
|
||||
Relative;
|
||||
}
|
Reference in New Issue
Block a user