waypoint.h
changeset 3239 9b1030ac7d83
parent 2817 cdf488223c23
child 3346 a0d4def7d934
equal deleted inserted replaced
3238:9ebec0a611ee 3239:9b1030ac7d83
     2 
     2 
     3 #ifndef WAYPOINT_H
     3 #ifndef WAYPOINT_H
     4 #define WAYPOINT_H
     4 #define WAYPOINT_H
     5 
     5 
     6 #include "pool.h"
     6 #include "pool.h"
       
     7 #include "rail_map.h"
     7 
     8 
     8 struct Waypoint {
     9 struct Waypoint {
     9 	TileIndex xy;      ///< Tile of waypoint
    10 	TileIndex xy;      ///< Tile of waypoint
    10 	uint16 index;      ///< Index of waypoint
    11 	uint16 index;      ///< Index of waypoint
    11 
    12