rnd-20020803-1-src
[rocksndiamonds.git] / src / cartoons.h
1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
3 *----------------------------------------------------------*
4 * (c) 1995-2002 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * cartoons.h                                               *
12 ***********************************************************/
13
14 #ifndef CARTOONS_H
15 #define CARTOONS_H
16
17 void InitToons(void);
18
19 #endif