Skip to content

Commit a2c6b6f

Browse files
committed
haxeui_expose_all
1 parent edf4961 commit a2c6b6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

haxe/ui/containers/dialogs/Dialogs.hx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ typedef SelectedFileInfo = { > FileInfo,
2626
@:optional var fullPath:String;
2727
}
2828

29+
#if haxeui_expose_all
30+
@:expose
31+
#end
2932
class FileDialogTypes {
3033
public static inline var ANY:Array<FileDialogExtensionInfo> = null;
3134

0 commit comments

Comments
 (0)