|
OpenTTD Source 20251213-master-g1091fa6071
|
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.