diff options
Diffstat (limited to 'displayReplaySD.h')
-rw-r--r-- | displayReplaySD.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/displayReplaySD.h b/displayReplaySD.h new file mode 100644 index 0000000..f38be4b --- /dev/null +++ b/displayReplaySD.h @@ -0,0 +1,18 @@ +#ifndef CDISPLAYREPLAYSD_H +#define CDISPLAYREPLAYSD_H + +#include "PVideo.h" +#include <memory> +#include "tokendefinitions.h" +#include <libskindesignerapi/osdelements.h> +#include <libskindesignerapi/skindesignerosdbase.h> + +class cDisplayReplaySD +{ +public: + cDisplayReplaySD(plexclient::Video* video); + ~cDisplayReplaySD(); + +}; + +#endif // CDISPLAYREPLAYSD_H |