|
OpenTTD Source
13.2.1
|
Container for a single string to be passed as NewsAllocatedData. More...
#include <news_type.h>
Public Member Functions | |
| NewsStringData (const std::string &str) | |
Data Fields | |
| std::string | string |
| The string to retain. | |
Container for a single string to be passed as NewsAllocatedData.
Definition at line 147 of file news_type.h.