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

8 lines
236 B
Haxe

interface IClientInterface
{
// Same as IHostInterface, but not implemented in host
public function whoStartedYou() : String;
public function whoOverridesYou() : String;
public function uniqueClientFunc() : String;
}