mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-24 06:59:10 +00:00
(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include "os_abstraction.h"
|
||||
#include "tcp.h"
|
||||
#include "packet.h"
|
||||
#include "../../core/pool.hpp"
|
||||
#include "../../core/pool_type.hpp"
|
||||
|
||||
/**
|
||||
* Enum with all types of UDP packets.
|
||||
|
@@ -8,7 +8,7 @@
|
||||
#ifdef ENABLE_NETWORK
|
||||
|
||||
#include "network_type.h"
|
||||
#include "../core/pool.hpp"
|
||||
#include "../core/pool_type.hpp"
|
||||
|
||||
typedef Pool<NetworkClientInfo, ClientIndex, 8, MAX_CLIENT_SLOTS> NetworkClientInfoPool;
|
||||
extern NetworkClientInfoPool _networkclientinfo_pool;
|
||||
|
Reference in New Issue
Block a user