Update Files
This commit is contained in:
10
Kha/Backends/WPF/system/diagnostics/Stopwatch.hx
Normal file
10
Kha/Backends/WPF/system/diagnostics/Stopwatch.hx
Normal file
@ -0,0 +1,10 @@
|
||||
package system.diagnostics;
|
||||
|
||||
import haxe.Int64;
|
||||
|
||||
@:native("System.Diagnostics.Stopwatch")
|
||||
extern class Stopwatch {
|
||||
public function new(): Void;
|
||||
public function Start(): Void;
|
||||
public var ElapsedMilliseconds: Int64;
|
||||
}
|
Reference in New Issue
Block a user