Fix for bug #436 - just clear last_menus when set_current(NULL) is called
[supertux.git] / src / levelintro.hpp
index 960630d..4d8d143 100644 (file)
@@ -1,4 +1,4 @@
-//  $Id: textscroller.hpp 5330 2008-02-18 19:30:28Z sommer $
+//  $Id$
 //
 //  SuperTux -- LevelIntro screen
 //  Copyright (C) 2008 Christoph Sommer <christoph.sommer@2008.expires.deltadevelopment.de>
 
 class DrawingContext;
 class Surface;
-class Font;
 
 /**
  * Screen that welcomes the player to a level
  */
 class LevelIntro : public Screen
 {
+  static Color header_color;
+  static Color author_color;
+  static Color stat_hdr_color;
+  static Color stat_color;
 public:
   LevelIntro(const Level* level, const Statistics* best_level_statistics);
   virtual ~LevelIntro();