Files @ r4809:d045782e5bcc
Branch filter:

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

miham
(svn r6733) WebTranslator2 update to 2006-10-11 11:15:30
catalan - 17 changed by arnaullv (17)
galician - 11 fixed, 7 changed by Condex (18)
greek - 1 deleted, 1 changed by gonik (2)
polish - 1 changed by meush (1)
turkish - 6 fixed by jnmbk (6)
/* $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