Skip to content

Commit

Permalink
expose all
Browse files Browse the repository at this point in the history
  • Loading branch information
ianharrigan committed Nov 25, 2024
1 parent db7ae6c commit bc9f0e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haxe/ui/util/GUID.hx
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
package haxe.ui.util;

#if haxeui_expose_all
@:keep @:expose
#end
class GUID {
public static inline function randomIntegerWithinRange(min:Int, max:Int):Int {
return Math.floor(Math.random() * (1 + max - min) + min);
Expand Down

0 comments on commit bc9f0e7

Please sign in to comment.