6c7f9352596cc7776e275cb5f8f5b3d4632b26ba
[rocksndiamonds.git] / src / conf_mus.h
1 /***********************************************************
2 * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
3 *----------------------------------------------------------*
4 * (c) 1995-2006 Artsoft Entertainment                      *
5 *               Holger Schemel                             *
6 *               Detmolder Strasse 189                      *
7 *               33604 Bielefeld                            *
8 *               Germany                                    *
9 *               e-mail: info@artsoft.org                   *
10 *----------------------------------------------------------*
11 * conf_mus.h                                               *
12 ***********************************************************/
13
14 /* ----- this file was automatically generated -- do not edit by hand ----- */
15
16 #ifndef CONF_MUS_H
17 #define CONF_MUS_H
18
19 /* values for music configuration */
20
21 #define MUS_BACKGROUND                                  0
22 #define MUS_BACKGROUND_TITLE                            1
23 #define MUS_BACKGROUND_MESSAGE                          2
24 #define MUS_BACKGROUND_MAIN                             3
25 #define MUS_BACKGROUND_LEVELS                           4
26 #define MUS_BACKGROUND_SCORES                           5
27 #define MUS_BACKGROUND_EDITOR                           6
28 #define MUS_BACKGROUND_INFO                             7
29 #define MUS_BACKGROUND_SETUP                            8
30
31 #define NUM_MUSIC_FILES                                 9
32
33 #endif  /* CONF_MUS_H */