diff options
author | rubidium <rubidium@openttd.org> | 2008-03-28 16:33:28 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-03-28 16:33:28 +0000 |
commit | 58e6e75320a3d6ca864625f6dbd2cbb961997edc (patch) | |
tree | 6a69ab984eec34d7e487f770b0ea7d0339c51682 /src/waypoint.h | |
parent | 7f139373aa2f884ba6d74fd7a07030df4b29db62 (diff) | |
download | openttd-58e6e75320a3d6ca864625f6dbd2cbb961997edc.tar.xz |
(svn r12468) -Codechange: move some type related stuff from station.h (and openttd.h) to station_type.h.
Diffstat (limited to 'src/waypoint.h')
-rw-r--r-- | src/waypoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/waypoint.h b/src/waypoint.h index c995dca0d..97e1c1ff7 100644 --- a/src/waypoint.h +++ b/src/waypoint.h @@ -8,6 +8,7 @@ #include "oldpool.h" #include "rail_map.h" #include "command_type.h" +#include "station_type.h" struct Waypoint; DECLARE_OLD_POOL(Waypoint, Waypoint, 3, 8000) |