|
@@ -27,6 +27,6 @@ extern class Check extends Handle {
|
|
static function new_check():Check;
|
|
static function new_check():Check;
|
|
@:native("new_check") function new():Void;
|
|
@:native("new_check") function new():Void;
|
|
|
|
|
|
- function start(handle:Handle):Int;
|
|
|
|
|
|
+ function start(cb:()->Void):Int;
|
|
function stop():Int;
|
|
function stop():Int;
|
|
}
|
|
}
|