X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmoving_object.cpp;h=acccd6d8ae3a1403eac04f9d01d5655e6bb54713;hb=58da7bdf7b352989ef19d89a498938a12ca91b03;hp=3c4d566f83d9199a041a1c8db5da083e63fda893;hpb=7e3d22eda4aef5950ab194d36e5500e79c42402e;p=supertux.git diff --git a/src/moving_object.cpp b/src/moving_object.cpp index 3c4d566f8..acccd6d8a 100644 --- a/src/moving_object.cpp +++ b/src/moving_object.cpp @@ -1,3 +1,23 @@ +// $Id: moving_object.cpp 2168 2004-11-24 14:10:27Z matzebraun $ +// +// SuperTux - A Jump'n Run +// Copyright (C) 2004 Matthias Braun + #include "moving_object.h" MovingObject::MovingObject() @@ -7,4 +27,3 @@ MovingObject::MovingObject() MovingObject::~MovingObject() { } -