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