X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fplatform.cpp;h=b0b2a3b1c1bce0c23d44d778b89598f36cc6388e;hb=2bfc38ef3208dee885452cfa59a7c7df671eb24d;hp=6ffa182104882bfc0e8ba4e251b93584163d64d3;hpb=20e8b8fc6cebb32a3b6076be82f54e4d4942c7e3;p=supertux.git diff --git a/src/object/platform.cpp b/src/object/platform.cpp index 6ffa18210..b0b2a3b1c 100644 --- a/src/object/platform.cpp +++ b/src/object/platform.cpp @@ -1,7 +1,7 @@ // $Id$ // // SuperTux -// Copyright (C) 2005 Marek Moeckel +// Copyright (C) 2006 Matthias Braun // // This program is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License @@ -12,17 +12,17 @@ // 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. +// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + #include #include "platform.hpp" #include -#include "msg.hpp" +#include "log.hpp" #include "video/drawing_context.hpp" #include "resources.hpp" #include "player.hpp"