We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a8896 commit 8385022Copy full SHA for 8385022
plugins/stack_render_layer/plugin.cpp
@@ -115,7 +115,11 @@ class StackRenderLayer: public RenderLayer
115
extern "C" {
116
BN_DECLARE_CORE_ABI_VERSION
117
118
+#ifdef DEMO_EDITION
119
+ bool StackRenderLayerPluginInit()
120
+#else
121
BINARYNINJAPLUGIN bool CorePluginInit()
122
+#endif
123
{
124
static StackRenderLayer* layer = new StackRenderLayer();
125
RenderLayer::Register(layer, DisabledByDefaultRenderLayerDefaultEnableState);
0 commit comments