src/station_cmd.cpp
changeset 8238 d47a86c79603
parent 8236 8a5dd0b42e47
child 8254 1496654ca5e7
equal deleted inserted replaced
8237:6f925c9cf836 8238:d47a86c79603
    43 #include "functions.h"
    43 #include "functions.h"
    44 #include "window_func.h"
    44 #include "window_func.h"
    45 #include "date_func.h"
    45 #include "date_func.h"
    46 #include "vehicle_func.h"
    46 #include "vehicle_func.h"
    47 #include "string_func.h"
    47 #include "string_func.h"
       
    48 #include "signal_func.h"
       
    49 
    48 
    50 
    49 DEFINE_OLD_POOL_GENERIC(Station, Station)
    51 DEFINE_OLD_POOL_GENERIC(Station, Station)
    50 DEFINE_OLD_POOL_GENERIC(RoadStop, RoadStop)
    52 DEFINE_OLD_POOL_GENERIC(RoadStop, RoadStop)
    51 
    53 
    52 
    54