src/depot.cpp
branchNewGRF_ports
changeset 6719 4cc327ad39d5
parent 6573 7624f942237f
child 6743 cabfaa4a0295
equal deleted inserted replaced
6718:5a8b295aa345 6719:4cc327ad39d5
     2 
     2 
     3 /** @file depot.cpp */
     3 /** @file depot.cpp */
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
       
     7 #include "vehicle.h"
     7 #include "depot.h"
     8 #include "depot.h"
     8 #include "functions.h"
     9 #include "functions.h"
       
    10 #include "landscape.h"
     9 #include "tile.h"
    11 #include "tile.h"
    10 #include "map.h"
    12 #include "map.h"
    11 #include "table/strings.h"
    13 #include "table/strings.h"
    12 #include "saveload.h"
    14 #include "saveload.h"
    13 #include "order.h"
    15 #include "order.h"