X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftrigger%2Fscripttrigger.hpp;h=739473448451b0bd388d8876a0c54627fb506085;hb=89c801d4e00a0be36f6ad693a055505968ef9514;hp=a5ded1d9b1501f4ca9406312bc0c94892755fd14;hpb=5b7f9214cb929399f1a855ef5807018a9447d510;p=supertux.git diff --git a/src/trigger/scripttrigger.hpp b/src/trigger/scripttrigger.hpp index a5ded1d9b..739473448 100644 --- a/src/trigger/scripttrigger.hpp +++ b/src/trigger/scripttrigger.hpp @@ -1,7 +1,7 @@ // $Id$ // // SuperTux -// Copyright (C) 2005 Matthias Braun +// 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 @@ -15,8 +15,7 @@ // // 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 __SCRIPTTRIGGER_H__ #define __SCRIPTTRIGGER_H__ @@ -30,10 +29,10 @@ public: ScriptTrigger(const lisp::Lisp& reader); ScriptTrigger(const Vector& pos, const std::string& script); ~ScriptTrigger(); - + void write(lisp::Writer& writer); void event(Player& player, EventType type); - + private: EventType triggerevent; std::string script;