2021-01-26 16:00:09 +01:00
|
|
|
#ifndef _Default_H_
|
|
|
|
#define _Default_H_
|
2020-10-26 23:03:12 +01:00
|
|
|
|
2020-10-27 17:20:23 +01:00
|
|
|
class ScreensaverPlugin;
|
2020-10-26 23:03:12 +01:00
|
|
|
|
2020-10-27 17:20:23 +01:00
|
|
|
extern "C" {
|
|
|
|
ScreensaverPlugin* create_instance();
|
|
|
|
}
|
2020-10-26 23:03:12 +01:00
|
|
|
|
2021-01-26 16:00:09 +01:00
|
|
|
#endif // _Default_H_
|