X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftextscroller.hpp;h=5afef35497184b6f91061cd5ef51cf62f871b2fe;hb=5c14f6f384eff76491d494b4c157abf2ff776d49;hp=924b3c6ae4940df4f965ff79dcae87481c38c36e;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/textscroller.hpp b/src/textscroller.hpp index 924b3c6ae..5afef3549 100644 --- a/src/textscroller.hpp +++ b/src/textscroller.hpp @@ -23,6 +23,9 @@ #include #include +#include + +#include "video/surface.hpp" class DrawingContext; @@ -43,6 +46,9 @@ public: private: size_t firstline; std::vector lines; + std::map images; + Surface* arrow_scrollup; + Surface* arrow_scrolldown; }; /** Reads a text file (using LispReader, so it as to be in its formatting)