X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscreen.hpp;h=ae07d59ec5060d0a9298161ae047bdb941783887;hb=91b33d11d2555eb2672b9a9882a224c19e2fcb98;hp=8eebc1b7552972c9add00cea995002cd82c9c5c2;hpb=07ddaed2a657e4d2a3d038fed223fc5827159caf;p=supertux.git diff --git a/src/screen.hpp b/src/screen.hpp index 8eebc1b75..ae07d59ec 100644 --- a/src/screen.hpp +++ b/src/screen.hpp @@ -21,6 +21,12 @@ 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 -