src/depot.cpp
changeset 8131 160939e24ed3
parent 8108 b42a0e5c67ef
child 8139 4e91c448c409
equal deleted inserted replaced
8130:d2eb7d04f6e1 8131:160939e24ed3
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "vehicle.h"
     7 #include "vehicle.h"
     8 #include "depot.h"
     8 #include "depot.h"
     9 #include "functions.h"
       
    10 #include "landscape.h"
     9 #include "landscape.h"
    11 #include "map.h"
    10 #include "map.h"
    12 #include "table/strings.h"
    11 #include "table/strings.h"
    13 #include "saveload.h"
    12 #include "saveload.h"
    14 #include "order.h"
    13 #include "order.h"
       
    14 #include "window_func.h"
    15 
    15 
    16 DEFINE_OLD_POOL_GENERIC(Depot, Depot)
    16 DEFINE_OLD_POOL_GENERIC(Depot, Depot)
    17 
    17 
    18 /**
    18 /**
    19  * Gets a depot from a tile
    19  * Gets a depot from a tile