| 134 | } |
| 135 | |
| 136 | void StoryPageButtonData::SetFlags(StoryPageButtonFlags flags) |
| 137 | { |
| 138 | SB(this->referenced_id, 24, 8, flags); |
| 139 | } |
| 140 | |
| 141 | /** Set the mouse cursor used while waiting for input for the button. */ |
| 142 | void StoryPageButtonData::SetCursor(StoryPageButtonCursor cursor) |
no test coverage detected