Files
screensaver/modules/Polygon/Polygon.hpp
2025-10-26 22:56:46 +01:00

11 lines
147 B
C++

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