src/depot.cpp
branchnoai
changeset 9837 c9ec4f82e0d0
parent 9724 b39bc69bb2f2
child 10142 56ee7da4ad56
equal deleted inserted replaced
9836:54afebfded49 9837:c9ec4f82e0d0
     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)