X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmoving_object.cpp;h=bd44896e6b34ef1ac61676d4aacb1be06d8d6d8a;hb=84b2c7183da5b9a4d3edcb47ca60a1d5392b905f;hp=3c4d566f83d9199a041a1c8db5da083e63fda893;hpb=7e3d22eda4aef5950ab194d36e5500e79c42402e;p=supertux.git diff --git a/src/moving_object.cpp b/src/moving_object.cpp index 3c4d566f8..bd44896e6 100644 --- a/src/moving_object.cpp +++ b/src/moving_object.cpp @@ -1,10 +1,30 @@ -#include "moving_object.h" +// $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.hpp" MovingObject::MovingObject() { + group = COLGROUP_MOVING; } MovingObject::~MovingObject() { } -