Mercurial > hg > openttd
comparison src/roadveh_cmd.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 |
---|---|
13 #include "table/strings.h" | 13 #include "table/strings.h" |
14 #include "map.h" | 14 #include "map.h" |
15 #include "vehicle.h" | 15 #include "vehicle.h" |
16 #include "timetable.h" | 16 #include "timetable.h" |
17 #include "engine.h" | 17 #include "engine.h" |
18 #include "command.h" | 18 #include "command_func.h" |
19 #include "station.h" | 19 #include "station.h" |
20 #include "news.h" | 20 #include "news.h" |
21 #include "pathfind.h" | 21 #include "pathfind.h" |
22 #include "npf.h" | 22 #include "npf.h" |
23 #include "player.h" | 23 #include "player.h" |