dc3f5045cc96735dbb3e5dbc1cf9a7e1487a3247
[rocksndiamonds.git] / src / conf_esg.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_esg.c                                               *
12 ***********************************************************/
13
14 /* ----- this file was automatically generated -- do not edit by hand ----- */
15
16 #ifndef CONF_ESG_C
17 #define CONF_ESG_C
18
19 /* values for element/graphics mapping configuration (special) */
20
21 static struct
22 {
23     int element;
24     int special;
25
26     int graphic;
27 }
28 element_to_special_graphic[] =
29 {
30   {
31     EL_AMOEBA_FULL,                             GFX_SPECIAL_ARG_EDITOR,
32     IMG_AMOEBA_FULL_EDITOR
33   },
34   {
35     -1,                                         -1,
36     -1
37   },
38 };
39
40 #endif  /* CONF_ESG_C */