music.h
author peter1138
Wed, 27 Sep 2006 18:46:59 +0000
changeset 4657 dfbc1d1e6fd0
parent 4199 08c830893ab2
permissions -rw-r--r--
(svn r6533) - Fix (r6532): Somebody forgot to add newsounds to the ttdpatch flags...
/* $Id$ */

#ifndef MUSIC_H
#define MUSIC_H

#define NUM_SONGS_PLAYLIST 33
#define NUM_SONGS_AVAILABLE 22

typedef struct SongSpecs {
	char filename[256];
	char song_name[64];
} SongSpecs;

extern const SongSpecs origin_songs_specs[NUM_SONGS_AVAILABLE];

#endif //MUSIC_H