view src/music.h @ 5976:93a644e6044b draft

(svn r8674) [PSP] -Add: added network code for PSP, based on the work of Turulo -Add: added general header-inclusing for PSP
author truelight <truelight@openttd.org>
date Sun, 11 Feb 2007 13:57:35 +0000
parents eabf4b86aed6
children 3b141366478a
line wrap: on
line source

/* $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