rnd-20001203-5-src
[rocksndiamonds.git] / src / libgame / libgame.h
1 /***********************************************************
2 *  Rocks'n'Diamonds -- McDuffin Strikes Back!              *
3 *----------------------------------------------------------*
4 *  (c) 1995-98 Artsoft Entertainment                       *
5 *              Holger Schemel                              *
6 *              Oststrasse 11a                              *
7 *              33604 Bielefeld                             *
8 *              phone: ++49 +521 290471                     *
9 *              email: aeglos@valinor.owl.de                *
10 *----------------------------------------------------------*
11 *  libgame.h                                               *
12 ***********************************************************/
13
14 #ifndef LIBGAME_H
15 #define LIBGAME_H
16
17 #include "platform.h"
18 #include "types.h"
19 #include "system.h"
20 #include "random.h"
21 #include "gadgets.h"
22 #include "text.h"
23 #include "sound.h"
24 #include "image.h"
25 #include "pcx.h"
26 #include "misc.h"
27
28 #endif /* LIBGAME_H */