11 lines
150 B
C++
11 lines
150 B
C++
|
#ifndef _{MODULE}_H_
|
||
|
#define _{MODULE}_H_
|
||
|
|
||
|
class ScreensaverPlugin;
|
||
|
|
||
|
extern "C" {
|
||
|
ScreensaverPlugin* create_instance();
|
||
|
}
|
||
|
|
||
|
#endif // _{MODULE}_H_
|