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