2
0
Nicolas Cannasse 19 жил өмнө
parent
commit
a0aafe2423
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      std/StdTypes.hx

+ 4 - 0
std/StdTypes.hx

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