[hw] rename haxework package to hw
This commit is contained in:
10
src/main/hw/animate/IAnimate.hx
Normal file
10
src/main/hw/animate/IAnimate.hx
Normal file
@@ -0,0 +1,10 @@
|
||||
package hw.animate;
|
||||
|
||||
interface IAnimate {
|
||||
|
||||
public function start(callback:IAnimate -> Void, custom:Bool = false):Void;
|
||||
|
||||
public function cancel():Void;
|
||||
|
||||
private function update(time:Float):Void;
|
||||
}
|
||||
Reference in New Issue
Block a user