X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fparticles.hpp;h=9c353ee2deeef1e12db06f449ea8d07f44333b86;hb=77d00a6f464cc87c6b50cf1f3b38064a7ae9aead;hp=cc3738e717382ebdbde4d6967ca87761de7992d8;hpb=da3301ebf60baf7e39dffd3bca35af5298fe9724;p=supertux.git diff --git a/src/object/particles.hpp b/src/object/particles.hpp index cc3738e71..9c353ee2d 100644 --- a/src/object/particles.hpp +++ b/src/object/particles.hpp @@ -1,8 +1,7 @@ -// $Id: gameobjs.hpp 2806 2005-10-03 15:29:22Z matzebraun $ -// +// $Id$ +// // SuperTux -// Copyright (C) 2000 Bill Kendrick -// Copyright (C) 2004 Tobias Glaesser +// 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 @@ -13,11 +12,11 @@ // 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 SUPERTUX_PARTICLES_HPP #define SUPERTUX_PARTICLES_HPP @@ -34,7 +33,7 @@ public: int number, Color color, int size, float life_time, int drawing_layer); ~Particles(); - + virtual void update(float elapsed_time); virtual void draw(DrawingContext& context);