Jelajahi Sumber

added tmp wrappers

Nicolas Cannasse 13 tahun lalu
induk
melakukan
1f67696dca
3 mengubah file dengan 15 tambahan dan 0 penghapusan
  1. 5 0
      std/cpp/io/Path.hx
  2. 5 0
      std/neko/io/Path.hx
  3. 5 0
      std/php/io/Path.hx

+ 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