Added skeleton and script for creating new module

This commit is contained in:
Bob Polis
2021-01-26 15:37:05 +01:00
parent e96b1bc5f4
commit 4120b1855a
4 changed files with 109 additions and 0 deletions

10
skeleton/MODULE.hpp Normal file
View File

@ -0,0 +1,10 @@
#ifndef _{MODULE}_H_
#define _{MODULE}_H_
class ScreensaverPlugin;
extern "C" {
ScreensaverPlugin* create_instance();
}
#endif // _{MODULE}_H_