Mercurial > hg > openttd
comparison src/misc_gui.cpp @ 8116:9cc845deddfe draft
(svn r11677) -Codechange: move price and command related types/functions to their respective places.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Fri, 21 Dec 2007 21:50:46 +0000 |
parents | 2d6af5d7a142 |
children | b6ec923e9fa8 |
comparison
equal
deleted
inserted
replaced
8115:b55bf72f8198 | 8116:9cc845deddfe |
---|---|
21 #include "station_gui.h" | 21 #include "station_gui.h" |
22 #include "textbuf_gui.h" | 22 #include "textbuf_gui.h" |
23 #include "viewport.h" | 23 #include "viewport.h" |
24 #include "gfx.h" | 24 #include "gfx.h" |
25 #include "station.h" | 25 #include "station.h" |
26 #include "command.h" | 26 #include "command_func.h" |
27 #include "player.h" | 27 #include "player.h" |
28 #include "town.h" | 28 #include "town.h" |
29 #include "sound.h" | 29 #include "sound.h" |
30 #include "network/network.h" | 30 #include "network/network.h" |
31 #include "string.h" | 31 #include "string.h" |