X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fcartoons.h;h=b3c20192d88acb42b7b86424aa3403187619422f;hb=0e661055e1233e585fb259832e4884f68d3833a4;hp=b93c21562323f45602c3c5e97fb59fcc760f765f;hpb=2ae6ae8ed951e87fcba7c363705cd6ddea8de91c;p=rocksndiamonds.git diff --git a/src/cartoons.h b/src/cartoons.h index b93c2156..b3c20192 100644 --- a/src/cartoons.h +++ b/src/cartoons.h @@ -1,21 +1,17 @@ -/*********************************************************** -* Rocks'n'Diamonds -- McDuffin Strikes Back! * -*----------------------------------------------------------* -* (c) 1995-2000 Artsoft Entertainment * -* Holger Schemel * -* Detmolder Strasse 189 * -* 33604 Bielefeld * -* Germany * -* e-mail: info@artsoft.org * -*----------------------------------------------------------* -* cartoons.h * -***********************************************************/ +// ============================================================================ +// Rocks'n'Diamonds - McDuffin Strikes Back! +// ---------------------------------------------------------------------------- +// (c) 1995-2014 by Artsoft Entertainment +// Holger Schemel +// info@artsoft.org +// http://www.artsoft.org/ +// ---------------------------------------------------------------------------- +// cartoons.h +// ============================================================================ #ifndef CARTOONS_H #define CARTOONS_H -void InitAnimation(void); -void StopAnimation(void); -void DoAnimation(void); +void InitToons(void); #endif