|
OpenTTD Source 20260109-master-g241b5fcdfe
|
Basic types related to story pages. More...
#include "core/pool_type.hpp"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 15 of file story_type.h.
| using StoryPageID = PoolID<uint16_t, struct StoryPageIDTag, 64000, 0xFFFF> |
ID of a story page.
Definition at line 16 of file story_type.h.