X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftimer.hpp;h=8dd9400f9cc5fa28c800497ad55975141115dacc;hb=4a486d92343d1824b311c234e9321e08f280fe68;hp=8b5641c224bcca9897f641d717c07e16b4af0968;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/timer.hpp b/src/timer.hpp index 8b5641c22..8dd9400f9 100644 --- a/src/timer.hpp +++ b/src/timer.hpp @@ -21,9 +21,10 @@ #define __SUPERTUX_TIMER_H__ extern float game_time; +extern float real_time; /** - * new simpler timer designed to be used in the update functions of objects + * Simple timer designed to be used in the update functions of objects */ class Timer { @@ -61,4 +62,3 @@ private: }; #endif -