* svn:ignored .externalToolBuilders in root directory (Eclipse+CDT)
[supertux.git] / src / statistics.h
index 2bd8774..430e216 100644 (file)
 #include "lisp/lisp.h"
 #include "lisp/writer.h"
 
-using namespace SuperTux;
-
-namespace SuperTux {
 class DrawingContext;
-}
 
 #define SPLAYER 0
 #define STOTAL  1
@@ -81,7 +77,7 @@ public:
 private:
   int stats[NUM_STATS][2];
 
-  Timer2 timer;
+  Timer timer;
   int display_stat;
 };