X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fstatistics.hpp;h=a6c6c3766c9b0cf2b178cf2a354ceae1e092b7dd;hb=43db9a6c44b6ee544e7694d1bb234ba559b0849c;hp=1fe64604e4742fa379be3cd924dff53e811355eb;hpb=41b1a29c10b9c5e799d57356eee0d1701c3828b4;p=supertux.git diff --git a/src/statistics.hpp b/src/statistics.hpp index 1fe64604e..a6c6c3766 100644 --- a/src/statistics.hpp +++ b/src/statistics.hpp @@ -23,6 +23,7 @@ #define SUPERTUX_STATISTICS_H #include +#include "video/color.hpp" namespace lisp { class Writer; } namespace lisp { class Lisp; } @@ -34,6 +35,8 @@ class DrawingContext; * number of jumps and stuff */ class Statistics { + static Color header_color; + static Color text_color; public: int coins; /**< coins collected */ int total_coins; /**< coins in level */