Darkvater@4199: /* $Id$ */ belugas@4120: rubidium@9111: /** @file music.h Base for the music handling. */ belugas@6201: belugas@4120: #ifndef MUSIC_H belugas@4120: #define MUSIC_H belugas@4120: belugas@4120: #define NUM_SONGS_PLAYLIST 33 belugas@4120: #define NUM_SONGS_AVAILABLE 22 belugas@4120: rubidium@6248: struct SongSpecs { smatz@8812: char filename[MAX_PATH]; belugas@4120: char song_name[64]; rubidium@6248: }; belugas@4120: belugas@4120: extern const SongSpecs origin_songs_specs[NUM_SONGS_AVAILABLE]; belugas@4120: belugas@4120: #endif //MUSIC_H