Add module Polygon
This commit is contained in:
10
modules/Polygon/Polygon.hpp
Normal file
10
modules/Polygon/Polygon.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _Polygon_H_
|
||||
#define _Polygon_H_
|
||||
|
||||
class ScreensaverPlugin;
|
||||
|
||||
extern "C" {
|
||||
ScreensaverPlugin* create_instance();
|
||||
}
|
||||
|
||||
#endif // _Polygon_H_
|
||||
Reference in New Issue
Block a user