Ferenc Szontágh
2024-06-27 920507bff803647c79dfce27c4c265b2caee7f8d
src/PluginInterface.h
@@ -9,8 +9,7 @@
    virtual ~IPlugin() = default;
    virtual void handleMessage(const Command& cmd) = 0;
    virtual void updateConfig(const nlohmann::json& config) = 0;
    virtual const std::string getPluginName() = 0;
};
extern "C" IPlugin* create();
#endif // PLUGIN_INTERFACE_H