src/station.cpp
changeset 8619 c2434269c3eb
parent 8617 931e0970d509
child 8626 440dfcd14c4a
equal deleted inserted replaced
8618:6c3e824e83e4 8619:c2434269c3eb
    30 #include "date.h"
    30 #include "date.h"
    31 #include "helpers.hpp"
    31 #include "helpers.hpp"
    32 #include "cargotype.h"
    32 #include "cargotype.h"
    33 #include "roadveh.h"
    33 #include "roadveh.h"
    34 #include "station_gui.h"
    34 #include "station_gui.h"
       
    35 #include "zoom_func.h"
    35 
    36 
    36 Station::Station(TileIndex tile)
    37 Station::Station(TileIndex tile)
    37 {
    38 {
    38 	DEBUG(station, cDebugCtorLevel, "I+%3d", index);
    39 	DEBUG(station, cDebugCtorLevel, "I+%3d", index);
    39 
    40