Browse Source

Timer implementation for cpp

Hugh Sanderson 16 năm trước cách đây
mục cha
commit
c4b4a92965
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      std/haxe/Timer.hx

+ 2 - 0
std/haxe/Timer.hx

@@ -95,6 +95,8 @@ class Timer {
 			return php.Sys.time();
 		#elseif js
 			return Date.now().getTime() / 1000;
+		#elseif cpp
+			return untyped __time_stamp();
 		#else
 			return 0;
 		#end