#ifndef _Polygon_H_ #define _Polygon_H_ class ScreensaverPlugin; extern "C" { ScreensaverPlugin* create_instance(); } #endif // _Polygon_H_