X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FTimer.h;h=2d6326f76576c582bb36d2c49a3ee49e4cbdb2ed;hb=e559a146d268996a3367e370213b09a3b190e0bc;hp=0a085418739be44a53c24e83281de511d201a394;hpb=049f304d41e9aa8b5821e298fcb68c1b9a7e97d6;p=l2e.git diff --git a/src/app/Timer.h b/src/app/Timer.h index 0a08541..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