X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flevelintro.hpp;h=4d8d1431394666c4f80bf15dc5f766126899b54d;hb=8c0b10ba9ff57a36c3747c84a035faca5975556d;hp=fc602878332dd53b241342760afa4a6540b6685b;hpb=41b1a29c10b9c5e799d57356eee0d1701c3828b4;p=supertux.git diff --git a/src/levelintro.hpp b/src/levelintro.hpp index fc6028783..4d8d14313 100644 --- a/src/levelintro.hpp +++ b/src/levelintro.hpp @@ -35,13 +35,16 @@ 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();