X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Felectrifier.hpp;h=46ce291ce524ab1be75f524524ee2a06f0ee91ce;hb=fe138b9ec292ca9679b43cf5c4555f0193bab25d;hp=26d95794815c79469396299503fdb8dc863d1a5e;hpb=c0f89d7deb1370b40b39ff1d4f53870bb4fba72e;p=supertux.git diff --git a/src/object/electrifier.hpp b/src/object/electrifier.hpp index 26d957948..46ce291ce 100644 --- a/src/object/electrifier.hpp +++ b/src/object/electrifier.hpp @@ -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,10 @@ // 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. #ifndef __ELECTRIFIER_H__ #define __ELECTRIFIER_H__ @@ -21,6 +23,7 @@ #include "resources.hpp" #include "game_object.hpp" #include "timer.hpp" +#include //Changes all tiles with the given ID to a new one for a given amount of time, then removes itself //Used by the Kugelblitz to electrify water - can be used for other effects, too