rnd-20031116-2-src
[rocksndiamonds.git] / src / conf_g2s.c
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 * conf_g2s.c                                               *
12 ***********************************************************/
13
14 /* ----- this file was automatically generated -- do not edit by hand ----- */
15
16 #ifndef CONF_G2S_C
17 #define CONF_G2S_C
18
19 /* values for gamemode/sound mapping configuration */
20
21 static struct
22 {
23   int gamemode;
24
25   int sound;
26 }
27 gamemode_to_sound[] =
28 {
29   {
30     GFX_SPECIAL_ARG_MAIN,
31     SND_BACKGROUND_MAIN
32   },
33   {
34     GFX_SPECIAL_ARG_LEVELS,
35     SND_BACKGROUND_LEVELS
36   },
37   {
38     GFX_SPECIAL_ARG_SCORES,
39     SND_BACKGROUND_SCORES
40   },
41   {
42     GFX_SPECIAL_ARG_EDITOR,
43     SND_BACKGROUND_EDITOR
44   },
45   {
46     GFX_SPECIAL_ARG_INFO,
47     SND_BACKGROUND_INFO
48   },
49   {
50     GFX_SPECIAL_ARG_SETUP,
51     SND_BACKGROUND_SETUP
52   },
53   {
54     -1,
55     -1
56   },
57 };
58
59 #endif  /* CONF_G2S_C */