]> git.localhorst.tv Git - sdl-test8.git/blobdiff - src/app/Timer.h
some comments
[sdl-test8.git] / src / app / Timer.h
index 997d92c0ba510bf5d5a22dfbd983b262961da8d8..1b4fdb504aaa50bd8f1c0b3ec0e52663e0d9afca 100644 (file)
@@ -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: