OpenTTD Source 20250312-master-gcdcc6b491d
story_type.h File Reference

basic types related to story pages More...

#include "core/enum_type.hpp"
#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.
 

Detailed Description

basic types related to story pages

Definition in file story_type.h.

Typedef Documentation

◆ StoryPageElementID

using StoryPageElementID = PoolID<uint16_t, struct StoryPageElementIDTag, 64000, 0xFFFF>

ID of a story page element.

Definition at line 16 of file story_type.h.

◆ StoryPageID

using StoryPageID = PoolID<uint16_t, struct StoryPageIDTag, 64000, 0xFFFF>

ID of a story page.

Definition at line 17 of file story_type.h.