LNXSDK/Kha/Backends/Kinc-hxcpp/khacpp/test/cppia/IClientHostInterface.hx
2025-01-22 16:18:30 +01:00

7 lines
161 B
Haxe

// Same as IHostInterface, but not implemented in host
interface IClientHostInterface extends IHostInterface
{
public function whoAreYou() : String;
}