MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / PluginClient

Method PluginClient

Tests/Libraries/Plugin/PluginTest.cpp:345–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343struct PluginClient : public IPluginContract
344{
345 PluginClient()
346 {
347 IPluginContract::onDraw = []()
348 {
349 // Draw stuff...
350 };
351 }
352
353 // Called when plugin is init
354 bool init() { return true; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected