Add module Polygon

This commit is contained in:
2025-10-26 22:56:46 +01:00
parent 0516ab3f51
commit 6ed3bdb941
5 changed files with 176 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#ifndef _Polygon_H_
#define _Polygon_H_
class ScreensaverPlugin;
extern "C" {
ScreensaverPlugin* create_instance();
}
#endif // _Polygon_H_