X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FTimer.h;fp=src%2Fapp%2FTimer.h;h=2d6326f76576c582bb36d2c49a3ee49e4cbdb2ed;hb=e559a146d268996a3367e370213b09a3b190e0bc;hp=b7711d679481746e8be3c96d41a28e7fd3260770;hpb=572a3272ba5c470252b2c13384b5913aa023d70a;p=l2e.git diff --git a/src/app/Timer.h b/src/app/Timer.h index b7711d6..2d6326f 100644 --- a/src/app/Timer.h +++ b/src/app/Timer.h @@ -94,6 +94,7 @@ public: public: void Update(Time delta) { for (typename std::list >::iterator i(data.begin()), end(data.end()); i != end;) { + TimerData