X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fapp%2FTimer.h;h=1b4fdb504aaa50bd8f1c0b3ec0e52663e0d9afca;hb=e4ff9fe8cefaec03abc5c050096f51ed687991e0;hp=997d92c0ba510bf5d5a22dfbd983b262961da8d8;hpb=8b4877fe48d21d7e789cf52f81c1d6a87b06bcbc;p=sdl-test8.git diff --git a/src/app/Timer.h b/src/app/Timer.h index 997d92c..1b4fdb5 100644 --- a/src/app/Timer.h +++ b/src/app/Timer.h @@ -10,6 +10,9 @@ namespace app { +/// Objects of class keep track of the current delta and the time elapsed since +/// their respective incarnation (which may also be tampered with). +/// It's also possible to scale the time e.g. for slow-motion or fast-forwarding. class Timer { public: