diff options
Diffstat (limited to 'imageloader.h')
-rw-r--r-- | imageloader.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/imageloader.h b/imageloader.h index 023314ce..b340f9a0 100644 --- a/imageloader.h +++ b/imageloader.h @@ -20,6 +20,7 @@ public: cImage* LoadIcon(const char *cIcon, int width, int height, bool preserveAspect = true); cImage* LoadFile(const char *cFile, int width, int height, bool preserveAspect = true); bool FileExits(const std::string& name); + bool SearchRecordingPoster(cString recPath, cString &found); private: int epgImageWidthLarge, epgImageHeightLarge; int epgImageWidth, epgImageHeight; |