(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "tile_type.h"
|
||||
#include "depot_type.h"
|
||||
#include "core/pool.hpp"
|
||||
#include "core/pool_type.hpp"
|
||||
#include "town_type.h"
|
||||
|
||||
typedef Pool<Depot, DepotID, 64, 64000> DepotPool;
|
||||
|
Reference in New Issue
Block a user