X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftimer.h;h=42e1b8fd897f91c462c45bbd8f4bc74570548bd4;hb=cf66e7ab073b4e9479d5b6d479f8c351b89e8aee;hp=d7f037362ba5026c4bf2e1e3276427f3a4ba9ea7;hpb=60908c905544776c376421b8d3e12eeb936c068f;p=supertux.git diff --git a/src/timer.h b/src/timer.h index d7f037362..42e1b8fd8 100644 --- a/src/timer.h +++ b/src/timer.h @@ -25,11 +25,11 @@ extern float global_time; /** * new simpler timer designed to be used in the update functions of objects */ -class Timer2 // TODO rename later +class Timer { public: - Timer2(); - ~Timer2(); + Timer(); + ~Timer(); /** start the timer with the given period (in seconds). * If cyclic=true then the timer willl be reset after each period.