OpenTTD Source
20241108-master-g80f628063a
|
Definition of Pool, structure used to access PoolItems, and PoolItem, base structure for Vehicle, Town, and other indexed items. More...
#include "enum_type.hpp"
Go to the source code of this file.
Typedefs | |
typedef std::vector< struct PoolBase * > | PoolVector |
Vector of pointers to PoolBase. | |
Enumerations | |
enum | PoolType { PT_NONE = 0x00 , PT_NORMAL = 0x01 , PT_NCLIENT = 0x02 , PT_NADMIN = 0x04 , PT_DATA = 0x08 , PT_ALL = 0x0F } |
Various types of a pool. More... | |
Definition of Pool, structure used to access PoolItems, and PoolItem, base structure for Vehicle, Town, and other indexed items.
Definition in file pool_type.hpp.
enum PoolType |
Various types of a pool.
Definition at line 16 of file pool_type.hpp.