X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fbadguy%2Fjumpy.h;h=536cbdfaba5c796eeb0c454ceb28ef0d58200dce;hb=147634cda2b097cf34753268ef83849fce379292;hp=eaeafa6528ae7c0ad94a5d460c6ac0381c7e1231;hpb=3510a03c0e807c7a0ddde3cdf07ba91bda9393c4;p=supertux.git diff --git a/src/badguy/jumpy.h b/src/badguy/jumpy.h index eaeafa652..536cbdfab 100644 --- a/src/badguy/jumpy.h +++ b/src/badguy/jumpy.h @@ -1,3 +1,23 @@ +// $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. + #ifndef __JUMPY_H__ #define __JUMPY_H__ @@ -12,6 +32,7 @@ public: HitResponse collision_badguy(BadGuy& other, const CollisionHit& hit); void write(lisp::Writer& writer); + void active_action(float); private: HitResponse hit(const CollisionHit& hit);