X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftextscroller.h;h=924b3c6ae4940df4f965ff79dcae87481c38c36e;hb=2dac096150909264ff61a8f1c82f99aec76cb979;hp=806b0163d932bcdac12ad5f5c1a2f7848cac3d6b;hpb=073795dd0afc7d7e4c093db5f83fc26c10501d61;p=supertux.git diff --git a/src/textscroller.h b/src/textscroller.h index 806b0163d..924b3c6ae 100644 --- a/src/textscroller.h +++ b/src/textscroller.h @@ -1,14 +1,30 @@ +// $Id$ +// +// SuperTux +// Copyright (C) 2005 Matthias Braun +// +// This program is free software; you can redistribute it and/or +// modify it under the terms of the GNU General Public License +// as published by the Free Software Foundation; either version 2 +// of the License, or (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// 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. + #ifndef __TEXTSCROLLER_H__ #define __TEXTSCROLLER_H__ #include #include -namespace SuperTux { class DrawingContext; -} - -using namespace SuperTux; /** This class is displaying a box with information text inside the game */