2
0
Nicolas Cannasse 13 жил өмнө
parent
commit
1f67696dca

+ 5 - 0
std/cpp/io/Path.hx

@@ -0,0 +1,5 @@
+package cpp.io;
+
+#if !haxe3
+typedef Path = haxe.io.Path;
+#end

+ 5 - 0
std/neko/io/Path.hx

@@ -0,0 +1,5 @@
+package neko.io;
+
+#if !haxe3
+typedef Path = haxe.io.Path;
+#end

+ 5 - 0
std/php/io/Path.hx

@@ -0,0 +1,5 @@
+package php.io;
+
+#if !haxe3
+typedef Path = haxe.io.Path;
+#end