X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftextscroller.hpp;h=b232b18956f9a8d88e9e5a134ba35e594263db11;hb=b59165e13c680ef17f4a150c57739d8bf2c09d91;hp=cc166dc35ea6612126054b389e97ee7fa8c244c3;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/textscroller.hpp b/src/textscroller.hpp index cc166dc35..b232b1895 100644 --- a/src/textscroller.hpp +++ b/src/textscroller.hpp @@ -24,6 +24,7 @@ #include #include #include +#include #include "screen.hpp" #include "math/vector.hpp" @@ -78,6 +79,9 @@ private: Surface* arrow_scrolldown; }; +/** + * Screen that displays intro text, extro text, etc. + */ class TextScroller : public Screen { public: