12#if defined(_WIN32) || defined(_WIN64)
13#define PLUGIN_EXPORT __declspec(dllexport)
55 [[nodiscard]]
virtual std::string
getName()
const = 0;
virtual PluginPlatform getPlatform() const =0
Get the handled platform of the plugin.
virtual std::string getName() const =0
Get the name of the plugin.
virtual PluginType getType() const =0
Get the type of the plugin.
virtual ~IPlugin()=default