Added and implemented arrows that appear when scrolling is possible in an infobox...
[supertux.git] / src / textscroller.hpp
index 01615c1..5afef35 100644 (file)
@@ -47,6 +47,8 @@ private:
   size_t firstline;
   std::vector<std::string> lines;
   std::map<std::string, Surface*> images;
+  Surface* arrow_scrollup;
+  Surface* arrow_scrolldown;
 };
 
 /** Reads a text file (using LispReader, so it as to be in its formatting)