From 13605a7c30e5e35f33ba824c92d2e7cf706a0fa9 Mon Sep 17 00:00:00 2001 From: chriszero Date: Sun, 5 Apr 2015 22:58:58 +0200 Subject: detect skindesigner support --- plex.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plex.h') diff --git a/plex.h b/plex.h index 60b073b..e189e47 100644 --- a/plex.h +++ b/plex.h @@ -16,6 +16,7 @@ #include "plexgdm.h" #include "cPlexOsdItem.h" #include "hlsPlayerControl.h" +#include "plexSdOsd.h" #include #include @@ -38,6 +39,9 @@ static const char *const MAINMENUENTRY = "Plex for VDR"; class cMyPlugin:public cPlugin { +private: + cPlexSdOsd* m_pSdCheck; + public: cMyPlugin(void); virtual ~ cMyPlugin(void); -- cgit v1.2.3