Nicolas Cannasse 8 rokov pred
rodič
commit
00091dc7f1
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  1. 2 1
      std/hl/Api.hx

+ 2 - 1
std/hl/Api.hx

@@ -36,5 +36,6 @@ extern class Api {
 	@:hlNative("std", "get_virtual_value") static function getVirtualValue( v : Dynamic ) : Dynamic;
 	@:hlNative("std", "set_error_handler") static function setErrorHandler( v : Dynamic -> Void ) : Void;
 	@:hlNative("std", "breakpoint") static function breakPoint() : Void;
-	
+	@:hlNative("std", "sys_is64") static function is64() : Bool;
+
 }