1
0
forked from Onek8/LNXSDK
Files
LNXSDK/Kha/Backends/Kore-hxcpp/khacpp/test/cppia/ClientIHostImpl.hx

9 lines
298 B
Haxe
Raw Permalink Normal View History

2026-05-22 11:54:15 -07:00
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";
}