OpenTTD Source
20241108-master-g80f628063a
|
The buffer for writing a single string. More...
Public Member Functions | |
void | AppendByte (uint8_t value) |
Convenience method for adding a byte. More... | |
void | AppendUtf8 (uint32_t value) |
Add an Unicode character encoded in UTF-8 to the buffer. More... | |
The buffer for writing a single string.
Definition at line 177 of file strgen_base.cpp.
|
inline |
Convenience method for adding a byte.
value | The value to add. |
Definition at line 182 of file strgen_base.cpp.
|
inline |
Add an Unicode character encoded in UTF-8 to the buffer.
value | The character to add. |
Definition at line 191 of file strgen_base.cpp.
References GB().