Made Mr_Tree graphic smaller, from 99 to 85 pixels.
[supertux.git] / src / textscroller.hpp
index 924b3c6..5afef35 100644 (file)
@@ -23,6 +23,9 @@
 
 #include <vector>
 #include <string>
+#include <map>
+
+#include "video/surface.hpp"
 
 class DrawingContext;
 
@@ -43,6 +46,9 @@ public:
 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)