#ifndef __DISPLAYPLUGIN_H #define __DISPLAYPLUGIN_H #include "libtemplate/template.h" class cDisplayPlugin { private: public: cDisplayPlugin(cTemplate *pluginTemplate); virtual ~cDisplayPlugin(); }; #endif //__DISPLAYPLUGIN_H