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

7 lines
161 B
Haxe

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