Files
LNXSDK/Kha/Backends/Kore-hxcpp/khacpp/test/cppia/ClientIHostImpl.hx
2026-05-22 11:54:15 -07:00

9 lines
298 B
Haxe

class ClientIHostImpl implements IHostInterface
{
public function new() { }
public function hostImplOnly(i:Int, s:String, f:Float) : String return "client";
public function whoStartedYou() : String return "client";
public function whoOverridesYou() : String return "client";
}