diff options
Diffstat (limited to 'displayreplay.h')
-rw-r--r-- | displayreplay.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/displayreplay.h b/displayreplay.h index 026005c..b332b56 100644 --- a/displayreplay.h +++ b/displayreplay.h @@ -12,6 +12,9 @@ class cFlatDisplayReplay : public cFlatBaseRender, public cSkinDisplayReplay { cPixmap *labelPixmap; void DrawProgressBar(int Current, int Total); + void DrawProgressBarMarks(int Current, int Total); + void DrawProgressBarMark(int X, bool Start, bool Current); + int DrawProgressBarMarkPos(int P, int Total); void UpdateInfo(void); public: cFlatDisplayReplay(bool ModeOnly); |