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