|
@@ -59,7 +59,9 @@ extern class Api {
|
|
|
}
|
|
}
|
|
|
#end
|
|
#end
|
|
|
#if (hl_ver >= version("1.16.0"))
|
|
#if (hl_ver >= version("1.16.0"))
|
|
|
|
|
+ #if !hl_legacy32
|
|
|
@:hlNative("?std", "sys_timestamp_ms") static function timestampMs():haxe.Int64;
|
|
@:hlNative("?std", "sys_timestamp_ms") static function timestampMs():haxe.Int64;
|
|
|
|
|
+ #end
|
|
|
@:hlNative("?std", "sys_resolve_type") static function resolveTypeDyn( t : hl.Type, gt : hl.Type ) : Dynamic;
|
|
@:hlNative("?std", "sys_resolve_type") static function resolveTypeDyn( t : hl.Type, gt : hl.Type ) : Dynamic;
|
|
|
@:hlNative("?std", "sys_load_plugin") private static function _loadPlugin( file : hl.Bytes ) : Bool;
|
|
@:hlNative("?std", "sys_load_plugin") private static function _loadPlugin( file : hl.Bytes ) : Bool;
|
|
|
static inline function loadPlugin( file : String ) : Bool { return _loadPlugin(@:privateAccess file.bytes); }
|
|
static inline function loadPlugin( file : String ) : Bool { return _loadPlugin(@:privateAccess file.bytes); }
|