Added Grid module

This commit is contained in:
Bob Polis
2022-09-22 22:49:19 +02:00
parent 08b99cc357
commit e72fa567a3
3 changed files with 246 additions and 0 deletions

18
modules/Grid/Grid.hpp Normal file
View 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_