rnd-19970921-src
[rocksndiamonds.git] / src / cartoons.h
1 /***********************************************************
2 *  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
3 *----------------------------------------------------------*
4 *  ©1995 Artsoft Development                               *
5 *        Holger Schemel                                    *
6 *        33659 Bielefeld-Senne                             *
7 *        Telefon: (0521) 493245                            *
8 *        eMail: aeglos@valinor.owl.de                      *
9 *               aeglos@uni-paderborn.de                    *
10 *               q99492@pbhrzx.uni-paderborn.de             *
11 *----------------------------------------------------------*
12 *  cartoons.h                                              *
13 ***********************************************************/
14
15 #ifndef CARTOONS_H
16 #define CARTOONS_H
17
18 void InitAnimation(void);
19 void StopAnimation(void);
20 void DoAnimation(void);
21
22 #endif