summaryrefslogtreecommitdiff
path: root/views/displayreplayview.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/displayreplayview.h')
-rw-r--r--views/displayreplayview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/views/displayreplayview.h b/views/displayreplayview.h
index f776d3d..96255e9 100644
--- a/views/displayreplayview.h
+++ b/views/displayreplayview.h
@@ -38,6 +38,7 @@ public:
void DrawProgressBar(int current, int total);
void DrawMarks(const cMarks *marks, int current, int total);
void DrawControlIcons(bool play, bool forward, int speed, bool modeOnly);
+ void DrawProgressModeOnly(double fps, int current, int total);
void DrawJump(const char *jump);
void DrawMessage(eMessageType type, const char *text);
void DrawOnPause(string recFileName, bool modeOnly);