X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fbell.cpp;h=26733f7a2d6454cab23ed5b40491633b1abbdf90;hb=f1e15f44f709d6b4fa45e858dc12d7d701ae8ddc;hp=eed60616a0ec187b958311cbce286791dce51e0e;hpb=626ab69641b179048b9d0fc528cd1626886fe9db;p=supertux.git diff --git a/src/object/bell.cpp b/src/object/bell.cpp index eed60616a..26733f7a2 100644 --- a/src/object/bell.cpp +++ b/src/object/bell.cpp @@ -1,12 +1,31 @@ +// $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. #include #include "bell.h" #include "resources.h" -#include "special/sprite_manager.h" +#include "sprite/sprite_manager.h" #include "video/drawing_context.h" #include "player.h" #include "object_factory.h" -#include "gameloop.h" +#include "game_session.h" #include "sector.h" Bell::Bell(const lisp::Lisp& lisp)