Mercurial > hg > openttd
comparison src/music_gui.cpp @ 8106:47b1794a7eca draft
(svn r11667) -Codechange: split window.h into a header that defines some 'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Wed, 19 Dec 2007 19:44:29 +0000 |
parents | d109780d515b |
children | c35412099303 |
comparison
equal
deleted
inserted
replaced
8105:f1453e6bb1d8 | 8106:47b1794a7eca |
---|---|
7 #include "table/strings.h" | 7 #include "table/strings.h" |
8 #include "table/sprites.h" | 8 #include "table/sprites.h" |
9 #include "strings.h" | 9 #include "strings.h" |
10 #include "functions.h" | 10 #include "functions.h" |
11 #include "fileio.h" | 11 #include "fileio.h" |
12 #include "window.h" | |
13 #include "gfx.h" | 12 #include "gfx.h" |
14 #include "sound.h" | 13 #include "sound.h" |
15 #include "macros.h" | 14 #include "macros.h" |
16 #include "variables.h" | 15 #include "variables.h" |
17 #include "music.h" | 16 #include "music.h" |
18 #include "music/music_driver.hpp" | 17 #include "music/music_driver.hpp" |
18 #include "window_gui.h" | |
19 | 19 |
20 static byte _music_wnd_cursong; | 20 static byte _music_wnd_cursong; |
21 static bool _song_is_active; | 21 static bool _song_is_active; |
22 static byte _cur_playlist[NUM_SONGS_PLAYLIST]; | 22 static byte _cur_playlist[NUM_SONGS_PLAYLIST]; |
23 | 23 |