OpenTTD Source 20250312-master-gcdcc6b491d
|
basic types related to story pages More...
Go to the source code of this file.
Typedefs | |
using | StoryPageElementID = PoolID< uint16_t, struct StoryPageElementIDTag, 64000, 0xFFFF > |
ID of a story page element. | |
using | StoryPageID = PoolID< uint16_t, struct StoryPageIDTag, 64000, 0xFFFF > |
ID of a story page. | |
basic types related to story pages
Definition in file story_type.h.
using StoryPageElementID = PoolID<uint16_t, struct StoryPageElementIDTag, 64000, 0xFFFF> |
ID of a story page element.
Definition at line 16 of file story_type.h.
using StoryPageID = PoolID<uint16_t, struct StoryPageIDTag, 64000, 0xFFFF> |
ID of a story page.
Definition at line 17 of file story_type.h.