src/depot.cpp
changeset 9280 9c03416d26b1
parent 8760 ce0891c412ce
child 9343 c30fd350dd8c
equal deleted inserted replaced
9279:7d97c93af048 9280:9c03416d26b1
     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 "saveload.h"
     9 #include "saveload.h"
    10 #include "order.h"
    10 #include "order_func.h"
    11 #include "window_func.h"
    11 #include "window_func.h"
    12 
    12 
    13 #include "table/strings.h"
    13 #include "table/strings.h"
    14 
    14 
    15 DEFINE_OLD_POOL_GENERIC(Depot, Depot)
    15 DEFINE_OLD_POOL_GENERIC(Depot, Depot)