src/depot.cpp
branchnoai
changeset 9724 b39bc69bb2f2
parent 9723 eee46cb39750
child 9837 c9ec4f82e0d0
equal deleted inserted replaced
9723:eee46cb39750 9724:b39bc69bb2f2
     4 
     4 
     5 #include "stdafx.h"
     5 #include "stdafx.h"
     6 #include "openttd.h"
     6 #include "openttd.h"
     7 #include "depot.h"
     7 #include "depot.h"
     8 #include "landscape.h"
     8 #include "landscape.h"
     9 #include "table/strings.h"
       
    10 #include "saveload.h"
     9 #include "saveload.h"
    11 #include "order.h"
    10 #include "order.h"
    12 #include "window_func.h"
    11 #include "window_func.h"
       
    12 
       
    13 #include "table/strings.h"
    13 
    14 
    14 DEFINE_OLD_POOL_GENERIC(Depot, Depot)
    15 DEFINE_OLD_POOL_GENERIC(Depot, Depot)
    15 
    16 
    16 /**
    17 /**
    17  * Gets a depot from a tile
    18  * Gets a depot from a tile