rnd-20070315-1-src
[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 #define MUS_TITLESCREEN_INITIAL_1                       9
31 #define MUS_TITLESCREEN_INITIAL_2                       10
32 #define MUS_TITLESCREEN_INITIAL_3                       11
33 #define MUS_TITLESCREEN_INITIAL_4                       12
34 #define MUS_TITLESCREEN_INITIAL_5                       13
35 #define MUS_TITLESCREEN_1                               14
36 #define MUS_TITLESCREEN_2                               15
37 #define MUS_TITLESCREEN_3                               16
38 #define MUS_TITLESCREEN_4                               17
39 #define MUS_TITLESCREEN_5                               18
40 #define MUS_TITLEMESSAGE_INITIAL_1                      19
41 #define MUS_TITLEMESSAGE_INITIAL_2                      20
42 #define MUS_TITLEMESSAGE_INITIAL_3                      21
43 #define MUS_TITLEMESSAGE_INITIAL_4                      22
44 #define MUS_TITLEMESSAGE_INITIAL_5                      23
45 #define MUS_TITLEMESSAGE_1                              24
46 #define MUS_TITLEMESSAGE_2                              25
47 #define MUS_TITLEMESSAGE_3                              26
48 #define MUS_TITLEMESSAGE_4                              27
49 #define MUS_TITLEMESSAGE_5                              28
50
51 #define NUM_MUSIC_FILES                                 29
52
53 #endif  /* CONF_MUS_H */