rnd-20020520-2-src
[rocksndiamonds.git] / src / cartoons.h
index b93c21562323f45602c3c5e97fb59fcc760f765f..0cfd8c123d3d8ce5e6683d3d74c9f4174a1caedf 100644 (file)
@@ -1,7 +1,7 @@
 /***********************************************************
 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
 *----------------------------------------------------------*
-* (c) 1995-2000 Artsoft Entertainment                      *
+* (c) 1995-2001 Artsoft Entertainment                      *
 *               Holger Schemel                             *
 *               Detmolder Strasse 189                      *
 *               33604 Bielefeld                            *
@@ -14,8 +14,6 @@
 #ifndef CARTOONS_H
 #define CARTOONS_H
 
-void InitAnimation(void);
-void StopAnimation(void);
-void DoAnimation(void);
+void InitToons(void);
 
 #endif