X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Felectrifier.cpp;h=a0e299232aaed12cb5f33af94e5cc5766b75d39e;hb=113cdbf07f441329690714a53a436503ab1d4b35;hp=682952327ffa860cfa63b763540c5cefdf623492;hpb=9eb594ee1cd68e85dc97da20c17919df54079c3f;p=supertux.git diff --git a/src/object/electrifier.cpp b/src/object/electrifier.cpp index 682952327..a0e299232 100644 --- a/src/object/electrifier.cpp +++ b/src/object/electrifier.cpp @@ -1,4 +1,7 @@ +// $Id$ +// // SuperTux +// 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 @@ -9,11 +12,12 @@ // 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 "electrifier.hpp" #include "sector.hpp" #include "object/tilemap.hpp"