Changed the logic of aspect ratio, aspect_width/height now give projection size
[supertux.git] / src / textscroller.hpp
index cc166dc..b232b18 100644 (file)
@@ -24,6 +24,7 @@
 #include <vector>
 #include <string>
 #include <map>
+#include <memory>
 
 #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: