mirror of
https://projects.vdr-developer.org/git/vdr-plugin-skindesigner.git
synced 2023-10-19 17:58:31 +02:00
7 lines
126 B
C
7 lines
126 B
C
|
#include "displayplugin.h"
|
||
|
|
||
|
cDisplayPlugin::cDisplayPlugin(cTemplate *menuTemplate) {
|
||
|
}
|
||
|
|
||
|
cDisplayPlugin::~cDisplayPlugin() {
|
||
|
}
|