X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fplatform.cpp;h=77d428fbfbce33137fda60ffd51704b21243a7d0;hb=d8496f30a608d6827fefdfe33234acb6f4d8f0fe;hp=69c6c0df2472dcd2947074bbd93544bff710ec4a;hpb=e3bb6e46812f108f093e9ad0751a945c34b18cd3;p=supertux.git diff --git a/src/object/platform.cpp b/src/object/platform.cpp index 69c6c0df2..77d428fbf 100644 --- a/src/object/platform.cpp +++ b/src/object/platform.cpp @@ -1,10 +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. + #include #include "platform.h" #include "video/drawing_context.h" #include "resources.h" #include "player.h" -#include "special/sprite_manager.h" +#include "sprite/sprite_manager.h" #include "lisp/lisp.h" #include "lisp/writer.h" #include "object_factory.h"