diff options
author | louis <louis.braun@gmx.de> | 2013-11-07 16:58:07 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-11-07 16:58:07 +0100 |
commit | e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7 (patch) | |
tree | 7886779ba33b466b2fe9ca67362183dabe08597e /menudetailview.h | |
parent | 0bbbad6d8057953ae51e9465bd76e5a3256e5eee (diff) | |
download | skin-nopacity-e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7.tar.gz skin-nopacity-e09cf14b0cf0882b8b4db75ae64cf9d6846b8bc7.tar.bz2 |
changed build environment that every class is build seperately
Diffstat (limited to 'menudetailview.h')
-rw-r--r-- | menudetailview.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/menudetailview.h b/menudetailview.h index 90c8d2b..985ceb5 100644 --- a/menudetailview.h +++ b/menudetailview.h @@ -1,6 +1,14 @@ #ifndef __NOPACITY_MENUDETAILVIEW_H #define __NOPACITY_MENUDETAILVIEW_H +#include <vdr/recording.h> +#include <vdr/skins.h> + +#include <vector> +#include <string> +#include "services/tvscraper.h" +#include "imagecache.h" + class cNopacityMenuDetailView : public cThread { protected: cOsd *osd; |