Refacored: using Default instead of rects
This commit is contained in:
@ -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_
|
||||
|
Reference in New Issue
Block a user