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 23faf65..a38a5a0 100644 --- a/imageloader.h +++ b/imageloader.h @@ -16,6 +16,7 @@ public: cImage GetImage(); bool LoadLogo(const char *logo, int width, int height); bool LoadEPGImage(int eventID); + bool LoadAdditionalEPGImage(cString name); bool DrawBackground(tColor back, tColor blend, int width, int height); private: Image buffer; |