Added skeleton and script for creating new module
This commit is contained in:
10
skeleton/MODULE.hpp
Normal file
10
skeleton/MODULE.hpp
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef _{MODULE}_H_
|
||||
#define _{MODULE}_H_
|
||||
|
||||
class ScreensaverPlugin;
|
||||
|
||||
extern "C" {
|
||||
ScreensaverPlugin* create_instance();
|
||||
}
|
||||
|
||||
#endif // _{MODULE}_H_
|
Reference in New Issue
Block a user