music.h
author miham
Tue, 11 Jul 2006 17:45:54 +0000
changeset 4129 4d211782892d
parent 4120 b21fda0c260a
child 4199 08c830893ab2
permissions -rw-r--r--
(svn r5482) WebTranslator2 update to 2006-07-11 19:45:41
dutch - 1 fixed by webfreakz (1)
/* $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