rnd-20031116-1-src
[rocksndiamonds.git] / src / conf_mus.h
diff --git a/src/conf_mus.h b/src/conf_mus.h
new file mode 100644 (file)
index 0000000..ea12090
--- /dev/null
@@ -0,0 +1,32 @@
+/***********************************************************
+* Rocks'n'Diamonds -- McDuffin Strikes Back!               *
+*----------------------------------------------------------*
+* (c) 1995-2002 Artsoft Entertainment                      *
+*               Holger Schemel                             *
+*               Detmolder Strasse 189                      *
+*               33604 Bielefeld                            *
+*               Germany                                    *
+*               e-mail: info@artsoft.org                   *
+*----------------------------------------------------------*
+* conf_mus.h                                               *
+***********************************************************/
+
+/* ----- this file was automatically generated -- do not edit by hand ----- */
+
+#ifndef CONF_MUS_H
+#define CONF_MUS_H
+
+/* values for music configuration */
+
+#define MUS_BACKGROUND                                 0
+#define MUS_BACKGROUND_MAIN                            1
+#define MUS_BACKGROUND_LEVELS                          2
+#define MUS_BACKGROUND_SCORES                          3
+#define MUS_BACKGROUND_EDITOR                          4
+#define MUS_BACKGROUND_INFO                            5
+#define MUS_BACKGROUND_SETUP                           6
+#define MUS_BACKGROUND_PLAYING                         7
+
+#define NUM_MUSIC_FILES                                        8
+
+#endif /* CONF_MUS_H */