forked from LeenkxTeam/LNXSDK
7 lines
195 B
Haxe
7 lines
195 B
Haxe
interface IHostInterface
|
|
{
|
|
public function hostImplOnly(i:Int, s:String, f:Float) : String;
|
|
public function whoStartedYou() : String;
|
|
public function whoOverridesYou() : String;
|
|
}
|