renamed RectSaver sources to Default

This commit is contained in:
Bob Polis
2021-01-26 15:58:45 +01:00
parent 86105aa0af
commit 923331acc7
2 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,18 @@
//
// RectSaver.hpp
// screensaver
//
// Created by Bob Polis at 2020-10-26
// Copyright (c) 2020 SwiftCoder. All rights reserved.
//
#ifndef _RectSaver_H_
#define _RectSaver_H_
class ScreensaverPlugin;
extern "C" {
ScreensaverPlugin* create_instance();
}
#endif // _RectSaver_H_