fix cr/lfs and remove trailing whitespaces...
[supertux.git] / src / timer.hpp
index 340e8ce..8dd9400 100644 (file)
@@ -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
-