X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FTimer.h;h=13f48f3d7d38ec884c38234fc4fdc7355e1f990c;hb=978ccdf2644bc445c864dbe581ead365b238cff8;hp=750f3ad40b4cc545283688cdeb2831aed2e20541;hpb=64c314421a700696260d73395776634dc64fc46c;p=l2e.git diff --git a/src/app/Timer.h b/src/app/Timer.h index 750f3ad..13f48f3 100644 --- a/src/app/Timer.h +++ b/src/app/Timer.h @@ -48,6 +48,9 @@ public: } public: + bool Started() const { + return data; + } bool Finished() const { return data && data->target != Time() && !data->repeat && data->time >= data->target; }