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