Explorar el Código

addded missing neko.Thread API.

Nicolas Cannasse hace 19 años
padre
commit
30d9d00065
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      std/haxe/ImportAll.hx

+ 1 - 0
std/haxe/ImportAll.hx

@@ -497,6 +497,7 @@ import neko.FileSystem;
 import neko.Lib;
 import neko.Random;
 import neko.Sys;
+import neko.Thread;
 import neko.Utf8;
 import neko.Web;