diff options
Diffstat (limited to 'src/control/OnscreenTimer.h')
-rw-r--r-- | src/control/OnscreenTimer.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/control/OnscreenTimer.h b/src/control/OnscreenTimer.h index bf92b988..b1e0e622 100644 --- a/src/control/OnscreenTimer.h +++ b/src/control/OnscreenTimer.h @@ -1,5 +1,11 @@ #pragma once
+enum
+{
+ COUNTER_DISPLAY_NUMBER,
+ COUNTER_DISPLAY_BAR,
+};
+
class COnscreenTimerEntry
{
public:
|