src/waypoint.h
changeset 9265 3988d0156a49
parent 9075 ce14a76881b1
child 9271 53e93ef75071
equal deleted inserted replaced
9264:31f5792aa96b 9265:3988d0156a49
     6 #define WAYPOINT_H
     6 #define WAYPOINT_H
     7 
     7 
     8 #include "oldpool.h"
     8 #include "oldpool.h"
     9 #include "rail_map.h"
     9 #include "rail_map.h"
    10 #include "command_type.h"
    10 #include "command_type.h"
       
    11 #include "station_type.h"
    11 
    12 
    12 struct Waypoint;
    13 struct Waypoint;
    13 DECLARE_OLD_POOL(Waypoint, Waypoint, 3, 8000)
    14 DECLARE_OLD_POOL(Waypoint, Waypoint, 3, 8000)
    14 
    15 
    15 struct Waypoint : PoolItem<Waypoint, WaypointID, &_Waypoint_pool> {
    16 struct Waypoint : PoolItem<Waypoint, WaypointID, &_Waypoint_pool> {