X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscreen.hpp;h=ae07d59ec5060d0a9298161ae047bdb941783887;hb=051da28245f26cb1a073c764de235460e87ec64f;hp=6c6ea0219d31130af07bbd4c38bd755fa26d01d0;hpb=f3e5e57c9996168a4889ae8e195be25f8b7e629b;p=supertux.git diff --git a/src/screen.hpp b/src/screen.hpp index 6c6ea0219..ae07d59ec 100644 --- a/src/screen.hpp +++ b/src/screen.hpp @@ -1,5 +1,5 @@ -// $Id: worldmap.hpp 2800 2005-10-02 22:57:31Z matzebraun $ -// +// $Id$ +// // SuperTux // Copyright (C) 2006 Matthias Braun // @@ -12,7 +12,7 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// +// // You should have received a copy of the GNU General Public License // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -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 -