diff options
author | maedhros <maedhros@openttd.org> | 2007-04-12 13:07:15 +0000 |
---|---|---|
committer | maedhros <maedhros@openttd.org> | 2007-04-12 13:07:15 +0000 |
commit | ccaaa7d33ac92f91ebddcf4d1f6537639a38a13c (patch) | |
tree | 46c4e0e10e8944f926e6b4ccf3df95badd5ec51e /src/roadveh_cmd.cpp | |
parent | 8cdec9a2ab9e58cf6bba3845f1f8c317ff32ecd4 (diff) | |
download | openttd-ccaaa7d33ac92f91ebddcf4d1f6537639a38a13c.tar.xz |
(svn r9609) -Codechange: Move some function prototypes out of functions.h and into landscape.h, and add a few where they didn't exist.
Diffstat (limited to 'src/roadveh_cmd.cpp')
-rw-r--r-- | src/roadveh_cmd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/roadveh_cmd.cpp b/src/roadveh_cmd.cpp index b0cd7c946..7cf2c8eeb 100644 --- a/src/roadveh_cmd.cpp +++ b/src/roadveh_cmd.cpp @@ -6,6 +6,7 @@ #include "openttd.h" #include "debug.h" #include "functions.h" +#include "landscape.h" #include "road_map.h" #include "roadveh.h" #include "station_map.h" |