Browse Source

added UInt for flash9

Nicolas Cannasse 19 năm trước cách đây
mục cha
commit
a0aafe2423
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      std/StdTypes.hx

+ 4 - 0
std/StdTypes.hx

@@ -31,6 +31,10 @@ extern class Float { }
 
 extern class Int extends Float { }
 
+#if flash9
+typedef UInt = Int
+#end
+
 enum Bool {
 	true;
 	false;