#ifndef PLUGIN_H #define PLUGIN_H class Plugin { public: Plugin(); virtual ~Plugin(); private: }; #endif