00001
00002
00005 #include "stdafx.h"
00006 #include "music.h"
00007
00008 const SongSpecs _origin_songs_specs[] = {
00009 {"gm_tt00.gm", "Tycoon DELUXE Theme"},
00010 {"gm_tt02.gm", "Easy Driver"},
00011 {"gm_tt03.gm", "Little Red Diesel"},
00012 {"gm_tt17.gm", "Cruise Control"},
00013 {"gm_tt07.gm", "Don't Walk!"},
00014 {"gm_tt09.gm", "Fell Apart On Me"},
00015 {"gm_tt04.gm", "City Groove"},
00016 {"gm_tt19.gm", "Funk Central"},
00017 {"gm_tt06.gm", "Stoke It"},
00018 {"gm_tt12.gm", "Road Hog"},
00019 {"gm_tt05.gm", "Aliens Ate My Railway"},
00020 {"gm_tt01.gm", "Snarl Up"},
00021 {"gm_tt18.gm", "Stroll On"},
00022 {"gm_tt10.gm", "Can't Get There From Here"},
00023 {"gm_tt08.gm", "Sawyer's Tune"},
00024 {"gm_tt13.gm", "Hold That Train!"},
00025 {"gm_tt21.gm", "Movin' On"},
00026 {"gm_tt15.gm", "Goss Groove"},
00027 {"gm_tt16.gm", "Small Town"},
00028 {"gm_tt14.gm", "Broomer's Oil Rag"},
00029 {"gm_tt20.gm", "Jammit"},
00030 {"gm_tt11.gm", "Hard Drivin'"},
00031 };
00032
00033 assert_compile(NUM_SONGS_AVAILABLE == lengthof(_origin_songs_specs));