music.h

Go to the documentation of this file.
00001 /* $Id: music.h 15718 2009-03-15 00:32:18Z rubidium $ */
00002 
00005 #ifndef MUSIC_H
00006 #define MUSIC_H
00007 
00008 #define NUM_SONGS_PLAYLIST 33
00009 #define NUM_SONGS_AVAILABLE 22
00010 
00011 struct SongSpecs {
00012   char filename[MAX_PATH];
00013   char song_name[64];
00014 };
00015 
00016 extern const SongSpecs _origin_songs_specs[];
00017 
00018 #endif /* MUSIC_H */

Generated on Tue Jul 21 18:48:24 2009 for OpenTTD by  doxygen 1.5.6