OpenTTD Source
20241121-master-g67a0fccfad
|
Data Fields | |
size_t | line |
Which line the link is on. | |
size_t | begin |
Character position on line the link begins. | |
size_t | end |
Character position on line the link end. | |
std::string | destination |
Destination for the link. | |
Definition at line 56 of file textfile_gui.h.