| author | peter1138 |
| Thu, 05 Jul 2007 12:23:54 +0000 | |
| changeset 7666 | a5fccd76176a |
| parent 6527 | f584ab6d87f8 |
| child 9308 | 1c10406373f5 |
| permissions | -rw-r--r-- |
| 4199 | 1 |
/* $Id$ */ |
|
4120
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
2 |
|
|
6527
f584ab6d87f8
(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
belugas
parents:
5835
diff
changeset
|
3 |
/** @file music.cpp */ |
|
f584ab6d87f8
(svn r8987) -Cleanup: doxygen changes. Again. Mostly (still) @files missing tags and (more than just) a few comments style.
belugas
parents:
5835
diff
changeset
|
4 |
|
|
4120
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
5 |
#include "music.h" |
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
6 |
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
7 |
const SongSpecs origin_songs_specs[NUM_SONGS_AVAILABLE] = {
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
8 |
{"gm_tt00.gm", "Tycoon DELUXE Theme"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
9 |
{"gm_tt02.gm", "Easy Driver"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
10 |
{"gm_tt03.gm", "Little Red Diesel"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
11 |
{"gm_tt17.gm", "Cruise Control"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
12 |
{"gm_tt07.gm", "Don't Walk!"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
13 |
{"gm_tt09.gm", "Fell Apart On Me"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
14 |
{"gm_tt04.gm", "City Groove"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
15 |
{"gm_tt19.gm", "Funk Central"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
16 |
{"gm_tt06.gm", "Stoke It"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
17 |
{"gm_tt12.gm", "Road Hog"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
18 |
{"gm_tt05.gm", "Aliens Ate My Railway"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
19 |
{"gm_tt01.gm", "Snarl Up"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
20 |
{"gm_tt18.gm", "Stroll On"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
21 |
{"gm_tt10.gm", "Can't Get There From Here"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
22 |
{"gm_tt08.gm", "Sawyer's Tune"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
23 |
{"gm_tt13.gm", "Hold That Train!"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
24 |
{"gm_tt21.gm", "Movin' On"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
25 |
{"gm_tt15.gm", "Goss Groove"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
26 |
{"gm_tt16.gm", "Small Town"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
27 |
{"gm_tt14.gm", "Broomer's Oil Rag"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
28 |
{"gm_tt20.gm", "Jammit"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
29 |
{"gm_tt11.gm", "Hard Drivin'"},
|
|
90e678fd7d8d
(svn r5464) [Behaviour Fix] : When starting the game, the system will now verify the presence of music files in gm forlder.
belugas
parents:
diff
changeset
|
30 |
}; |