|
OpenTTD Source 15.0-beta1
|
The buffer for writing a single string. More...
Public Member Functions | |
| void | AppendByte (uint8_t value) |
| Convenience method for adding a byte. | |
| void | AppendUtf8 (uint32_t value) |
| Add an Unicode character encoded in UTF-8 to the buffer. | |
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.
Referenced by LanguageWriter::WriteLang().
|
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().
Referenced by LanguageWriter::WriteLang().