diff options
Diffstat (limited to 'displaymenu.h')
-rw-r--r-- | displaymenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/displaymenu.h b/displaymenu.h index 3b87f1d5..ed6afa9e 100644 --- a/displaymenu.h +++ b/displaymenu.h @@ -74,6 +74,8 @@ class cFlatDisplayMenu : public cFlatBaseRender, public cSkinDisplayMenu { const char * GetRecordingName(const cRecording *Recording, int Level, bool isFolder); string xml_substring(string source, const char* str_start, const char* str_end); + const char* GetGenreIcon(uchar genre); + time_t GetLastRecTimeFromFolder(const cRecording *Recording, int Level); void DrawScrollbar(int Total, int Offset, int Shown, int Top, int Height, bool CanScrollUp, bool CanScrollDown, bool isContent = false); |