New grow and skid sounds from remaxim
[supertux.git] / src / screen.hpp
index 8eebc1b..ae07d59 100644 (file)
 
 class DrawingContext;
 
+/**
+ * Abstract base class for code the MainLoop runs exclusively and full-screen.
+ *
+ * Examples of Screens are: The TitleScreen, a WorldMap, a level's 
+ * GameSession, a TextScroller, ...
+ */
 class Screen
 {
 public:
@@ -51,4 +57,3 @@ public:
 };
 
 #endif
-