New grow and skid sounds from remaxim
[supertux.git] / src / screen.hpp
index a2b753c..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: