2
0
Эх сурвалжийг харах

Timer implementation for cpp

Hugh Sanderson 16 жил өмнө
parent
commit
c4b4a92965
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  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