rnd-20070318-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_INITIAL                    1
23 #define MUS_BACKGROUND_TITLE                            2
24 #define MUS_BACKGROUND_MESSAGE_INITIAL                  3
25 #define MUS_BACKGROUND_MESSAGE                          4
26 #define MUS_BACKGROUND_MAIN                             5
27 #define MUS_BACKGROUND_LEVELS                           6
28 #define MUS_BACKGROUND_SCORES                           7
29 #define MUS_BACKGROUND_EDITOR                           8
30 #define MUS_BACKGROUND_INFO                             9
31 #define MUS_BACKGROUND_SETUP                            10
32 #define MUS_TITLESCREEN_INITIAL_1                       11
33 #define MUS_TITLESCREEN_INITIAL_2                       12
34 #define MUS_TITLESCREEN_INITIAL_3                       13
35 #define MUS_TITLESCREEN_INITIAL_4                       14
36 #define MUS_TITLESCREEN_INITIAL_5                       15
37 #define MUS_TITLESCREEN_1                               16
38 #define MUS_TITLESCREEN_2                               17
39 #define MUS_TITLESCREEN_3                               18
40 #define MUS_TITLESCREEN_4                               19
41 #define MUS_TITLESCREEN_5                               20
42 #define MUS_TITLEMESSAGE_INITIAL_1                      21
43 #define MUS_TITLEMESSAGE_INITIAL_2                      22
44 #define MUS_TITLEMESSAGE_INITIAL_3                      23
45 #define MUS_TITLEMESSAGE_INITIAL_4                      24
46 #define MUS_TITLEMESSAGE_INITIAL_5                      25
47 #define MUS_TITLEMESSAGE_1                              26
48 #define MUS_TITLEMESSAGE_2                              27
49 #define MUS_TITLEMESSAGE_3                              28
50 #define MUS_TITLEMESSAGE_4                              29
51 #define MUS_TITLEMESSAGE_5                              30
52
53 #define NUM_MUSIC_FILES                                 31
54
55 #endif  /* CONF_MUS_H */