src/music.h
author belugas
Thu, 10 Jan 2008 00:53:17 +0000
changeset 8240 0a10b565233a
parent 6248 e4a2ed7e5613
child 8812 4fd6de597c6e
permissions -rw-r--r--
(svn r11804) -Fix(r11797,FS#1636): Industry tiles should receive the same medecine as indstries themselves regarding the resolver's object
/* $Id$ */

/** @file music.h */

#ifndef MUSIC_H
#define MUSIC_H

#define NUM_SONGS_PLAYLIST 33
#define NUM_SONGS_AVAILABLE 22

struct SongSpecs {
	char filename[256];
	char song_name[64];
};

extern const SongSpecs origin_songs_specs[NUM_SONGS_AVAILABLE];

#endif //MUSIC_H