add: some plugin support.

This commit is contained in:
Mike Solar
2025-09-12 17:33:51 +08:00
parent b649b5e1bd
commit 0dc7729051
3 changed files with 60 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ public:
explicit PluginNode(struct olive_node_methods methods):Node()
{
this->methods=methods;
}PLUGIN_H
}
void setMethods(struct olive_node_methods methods)
{
this->methods=methods;