LNXSDK/Kha/Backends/Kinc-hxcpp/khacpp/test/cppia/IClientInterface.hx

8 lines
236 B
Haxe
Raw Normal View History

2025-01-22 16:18:30 +01:00
interface IClientInterface
{
// Same as IHostInterface, but not implemented in host
public function whoStartedYou() : String;
public function whoOverridesYou() : String;
public function uniqueClientFunc() : String;
}