Added new Whirling module, just blank for now

This commit is contained in:
Bob Polis
2021-09-05 23:21:41 +02:00
parent ab024a7ec0
commit 92bc54e3a6
3 changed files with 118 additions and 0 deletions

View 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_