OpenTTD Source 20250220-master-gf89924a727
|
Types related to NewGRF badges. More...
Go to the source code of this file.
Typedefs | |
using | BadgeID = StrongType::Typedef< uint16_t, struct BadgeIDTag, StrongType::Compare > |
using | BadgeClassID = StrongType::Typedef< uint16_t, struct BadgeClassIDTag, StrongType::Compare > |
using | BadgeFlags = EnumBitSet< BadgeFlag, uint8_t > |
Enumerations | |
enum class | BadgeFlag : uint8_t { Copy = 0 , NameListStop = 1 , NameListFirstOnly = 2 , UseCompanyColour = 3 } |
Types related to NewGRF badges.
Definition in file newgrf_badge_type.h.
using BadgeClassID = StrongType::Typedef<uint16_t, struct BadgeClassIDTag, StrongType::Compare> |
Definition at line 17 of file newgrf_badge_type.h.
using BadgeFlags = EnumBitSet<BadgeFlag, uint8_t> |
Definition at line 25 of file newgrf_badge_type.h.
using BadgeID = StrongType::Typedef<uint16_t, struct BadgeIDTag, StrongType::Compare> |
Definition at line 16 of file newgrf_badge_type.h.
|
strong |
Definition at line 19 of file newgrf_badge_type.h.