src/station_base.h
changeset 10445 2dd7d9d0a957
parent 10266 435142fa43dc
equal deleted inserted replaced
10444:3876060cdef7 10445:2dd7d9d0a957
    14 #include "strings_type.h"
    14 #include "strings_type.h"
    15 #include "date_type.h"
    15 #include "date_type.h"
    16 #include "vehicle_type.h"
    16 #include "vehicle_type.h"
    17 #include "player_type.h"
    17 #include "player_type.h"
    18 #include "core/geometry_type.hpp"
    18 #include "core/geometry_type.hpp"
       
    19 #include "viewport_type.h"
    19 #include <list>
    20 #include <list>
    20 
    21 
    21 DECLARE_OLD_POOL(Station, Station, 6, 1000)
    22 DECLARE_OLD_POOL(Station, Station, 6, 1000)
    22 DECLARE_OLD_POOL(RoadStop, RoadStop, 5, 2000)
    23 DECLARE_OLD_POOL(RoadStop, RoadStop, 5, 2000)
    23 
    24