X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fconf_mus.h;fp=src%2Fconf_mus.h;h=ea12090f4dc9e433ae5f7a10a223369a4fadc802;hb=3607ef8e4000754063935d908053d564de92c0a2;hp=0000000000000000000000000000000000000000;hpb=e093d2ffd9547d556207818c38f71d5afa455ad0;p=rocksndiamonds.git diff --git a/src/conf_mus.h b/src/conf_mus.h new file mode 100644 index 00000000..ea12090f --- /dev/null +++ b/src/conf_mus.h @@ -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 */