small structural code change for global animations preparation
[rocksndiamonds.git] / src / cartoons.h
index fdde0cbc86789a1070a3d1cd78ab78a113e75fd1..a0290d1b3ca5d7324a82f8cd371c375b4364857b 100644 (file)
@@ -1,19 +1,21 @@
-/***********************************************************
-*  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
-*----------------------------------------------------------*
-*  (c) 1995-98 Artsoft Entertainment                       *
-*              Holger Schemel                              *
-*              Oststrasse 11a                              *
-*              33604 Bielefeld                             *
-*              phone: ++49 +521 290471                     *
-*              email: aeglos@valinor.owl.de                *
-*----------------------------------------------------------*
-*  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 InitToons(void);
+
+void DrawGlobalAnim(void);
+
 void InitAnimation(void);
 void StopAnimation(void);
 void DoAnimation(void);