src/music.h
author miham
Sat, 06 Jan 2007 07:26:15 +0000
changeset 5546 7c6bd7a7e064
parent 5475 2e6990a8c7c4
child 6201 bee01dc45e39
permissions -rw-r--r--
(svn r7896) WebTranslator2 update to 2007-01-06 08:24:52
italian - 211 changed by sidew (211)
lithuanian - 66 changed by Domas (66)
slovenian - 131 fixed by ThePianoGuy (31), Necrolyte (100)
/* $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