فهرست منبع

added UInt for flash9

Nicolas Cannasse 19 سال پیش
والد
کامیت
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 { }
 
+#if flash9
+typedef UInt = Int
+#end
+
 enum Bool {
 	true;
 	false;