Mercurial > hg > openttd
comparison src/vehicle.cpp @ 6453:666fc3ef3174 draft
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
author | maedhros <maedhros@openttd.org> |
---|---|
date | Thu, 12 Apr 2007 13:07:15 +0000 |
parents | e6be25b9a9c1 |
children | 17fdaec13730 |
comparison
equal
deleted
inserted
replaced
6452:ba88f3e74caa | 6453:666fc3ef3174 |
---|---|
9 #include "ship.h" | 9 #include "ship.h" |
10 #include "spritecache.h" | 10 #include "spritecache.h" |
11 #include "table/sprites.h" | 11 #include "table/sprites.h" |
12 #include "table/strings.h" | 12 #include "table/strings.h" |
13 #include "functions.h" | 13 #include "functions.h" |
14 #include "landscape.h" | |
14 #include "map.h" | 15 #include "map.h" |
15 #include "tile.h" | 16 #include "tile.h" |
16 #include "vehicle.h" | 17 #include "vehicle.h" |
17 #include "gfx.h" | 18 #include "gfx.h" |
18 #include "viewport.h" | 19 #include "viewport.h" |