Refacored: using Default instead of rects

This commit is contained in:
Bob Polis
2021-01-26 16:00:09 +01:00
parent 923331acc7
commit 5ce8eed0c7
3 changed files with 16 additions and 16 deletions

View File

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