X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftimer.hpp;h=8dd9400f9cc5fa28c800497ad55975141115dacc;hb=af79f0712f972a0730f8a0220f927b22d568a196;hp=340e8cebb2012ab08c353c7da6d2d0ca60c86a74;hpb=fc73efa7ff699fe3c9c237845b6f4fda0d999862;p=supertux.git diff --git a/src/timer.hpp b/src/timer.hpp index 340e8cebb..8dd9400f9 100644 --- a/src/timer.hpp +++ b/src/timer.hpp @@ -21,6 +21,7 @@ #define __SUPERTUX_TIMER_H__ extern float game_time; +extern float real_time; /** * Simple timer designed to be used in the update functions of objects @@ -61,4 +62,3 @@ private: }; #endif -