X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscreen.hpp;h=ae07d59ec5060d0a9298161ae047bdb941783887;hb=91b33d11d2555eb2672b9a9882a224c19e2fcb98;hp=a2b753c27d73ae076c79621d25dc6594df554503;hpb=fea3446f05e1e7673607b835c269d3e8d1929ab3;p=supertux.git diff --git a/src/screen.hpp b/src/screen.hpp index a2b753c27..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: