]> git.localhorst.tv Git - l2e.git/blobdiff - src/app/Timer.h
added Started function to Timer
[l2e.git] / src / app / Timer.h
index 750f3ad40b4cc545283688cdeb2831aed2e20541..13f48f3d7d38ec884c38234fc4fdc7355e1f990c 100644 (file)
@@ -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;
        }