Files @ r5211:4adf6d7ce809
Branch filter:

Location: cpp/openttd-patchpack/source/music.h

peter1138
(svn r7326) -Feature: Add support for gradual (un)loading of vehicles (Maedhros)
/* $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