diff options
author | tron <tron@openttd.org> | 2006-03-17 07:02:34 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2006-03-17 07:02:34 +0000 |
commit | 27d7d42404f98afeaeb62aef31408200cdf6ae7c (patch) | |
tree | 19da767d52de6c69209573814c662ab191b10726 /waypoint.h | |
parent | 41ee22ed999362ce5a8f9f5713207da2049145c5 (diff) | |
download | openttd-27d7d42404f98afeaeb62aef31408200cdf6ae7c.tar.xz |
(svn r3913) Move declarations to rail_map.h so rail.h is dependent on rail_map.h and not the other way round
Diffstat (limited to 'waypoint.h')
-rw-r--r-- | waypoint.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/waypoint.h b/waypoint.h index 38915bb35..04c39faba 100644 --- a/waypoint.h +++ b/waypoint.h @@ -4,6 +4,7 @@ #define WAYPOINT_H #include "pool.h" +#include "rail_map.h" struct Waypoint { TileIndex xy; ///< Tile of waypoint |