OpenTTD Source
12.0-beta2
|
The buffer for writing a single string. More...
Public Member Functions | |
void | AppendByte (byte value) |
Convenience method for adding a byte. More... | |
void | AppendUtf8 (uint32 value) |
Add an Unicode character encoded in UTF-8 to the buffer. More... | |
The buffer for writing a single string.
Definition at line 236 of file strgen_base.cpp.
|
inline |
Convenience method for adding a byte.
value | The value to add. |
Definition at line 241 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 250 of file strgen_base.cpp.
References GB().