Files
LNXSDK/Kha/Backends/Kore-hxcpp/khacpp/test/cppia/IClientInterface.hx
2026-05-22 11:54:15 -07: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;
}