X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftextscroller.hpp;h=b232b18956f9a8d88e9e5a134ba35e594263db11;hb=1b5e7a23a3c8f8aac6a908a7a8939f1067ce9a7e;hp=cc166dc35ea6612126054b389e97ee7fa8c244c3;hpb=944f31d9d3127b218415fbd1b6ac8f642be88863;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: