rnd-20140114-1-src
[rocksndiamonds.git] / src / libgame / libgame.h
1 /***********************************************************
2 * Artsoft Retro-Game Library                               *
3 *----------------------------------------------------------*
4 * (c) 1994-2006 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * libgame.h                                                *
12 ***********************************************************/
13
14 #ifndef LIBGAME_H
15 #define LIBGAME_H
16
17 #define LIBGAME_VERSION_1_0_0
18
19 #include "platform.h"
20 #include "types.h"
21 #include "system.h"
22 #include "random.h"
23 #include "gadgets.h"
24 #include "text.h"
25 #include "sound.h"
26 #include "snapshot.h"
27 #include "joystick.h"
28 #include "toons.h"
29 #include "image.h"
30 #include "pcx.h"
31 #include "setup.h"
32 #include "misc.h"
33
34 #endif /* LIBGAME_H */