Mercurial > hg > openttd
view src/music.h @ 6032:3f513357d37f draft
(svn r8755) -Fix
Abbreviate GetAirport(st->airport_type) to st->Airport()
author | tron <tron@openttd.org> |
---|---|
date | Fri, 16 Feb 2007 09:38:43 +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