X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmoving_object.cpp;h=513375a5c2ff3b026da17ca1441d0aa28e1867ab;hb=69f9e7f80e7c9e79f9da3672338aa08c447ebef2;hp=3c4d566f83d9199a041a1c8db5da083e63fda893;hpb=7e3d22eda4aef5950ab194d36e5500e79c42402e;p=supertux.git diff --git a/src/moving_object.cpp b/src/moving_object.cpp index 3c4d566f8..513375a5c 100644 --- a/src/moving_object.cpp +++ b/src/moving_object.cpp @@ -1,4 +1,24 @@ -#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() { @@ -7,4 +27,3 @@ MovingObject::MovingObject() MovingObject::~MovingObject() { } -