mirror of
https://projects.vdr-developer.org/git/vdr-plugin-tvguide.git
synced 2023-10-05 13:01:48 +00:00
changed build system
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
#ifndef REMOTETIMERSERVICES_INC
|
||||
#define REMOTETIMERSERVICES_INC
|
||||
|
||||
#include <vdr/epg.h>
|
||||
#include <vdr/timers.h>
|
||||
|
||||
// RemoteTimers services
|
||||
struct RemoteTimers_Event_v1_0 {
|
||||
//in
|
||||
@@ -22,4 +28,6 @@ struct RemoteTimers_Timer_v1_0 {
|
||||
cTimer *timer;
|
||||
//out
|
||||
cString errorMsg;
|
||||
};
|
||||
};
|
||||
|
||||
#endif //REMOTETIMERSERVICES_INC
|
||||
@@ -1,3 +1,10 @@
|
||||
#ifndef __TVGUIDE_TVSCRAPER_H
|
||||
#define __TVGUIDE_TVSCRAPER_H
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <vdr/epg.h>
|
||||
|
||||
enum tvMediaType {
|
||||
typeSeries,
|
||||
typeMovie,
|
||||
@@ -53,4 +60,6 @@ struct TVScraperGetFullInformation
|
||||
std::vector<tvMedia> fanart;
|
||||
std::vector<tvActor> actors;
|
||||
std::string description;
|
||||
};
|
||||
};
|
||||
|
||||
#endif //__TVGUIDE_TVSCRAPER_H
|
||||
Reference in New Issue
Block a user