Added new Whirling module, just blank for now
This commit is contained in:
18
modules/Whirling/Whirling.hpp
Normal file
18
modules/Whirling/Whirling.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Whirling.hpp
|
||||
// Whirling
|
||||
//
|
||||
// Created by Bob Polis at 2021-09-05
|
||||
// Copyright (c) 2021 SwiftCoder. All rights reserved.
|
||||
//
|
||||
|
||||
#ifndef _Whirling_H_
|
||||
#define _Whirling_H_
|
||||
|
||||
class ScreensaverPlugin;
|
||||
|
||||
extern "C" {
|
||||
ScreensaverPlugin* create_instance();
|
||||
}
|
||||
|
||||
#endif // _Whirling_H_
|
||||
Reference in New Issue
Block a user