OpenTTD Source  20240919-master-gdf0233f4c2
NewsStringData Struct Reference

Container for a single string to be passed as NewsAllocatedData. More...

#include <news_type.h>

Inheritance diagram for NewsStringData:
NewsAllocatedData

Public Member Functions

 NewsStringData (const std::string &str)
 

Data Fields

std::string string
 The string to retain.
 

Detailed Description

Container for a single string to be passed as NewsAllocatedData.

Definition at line 148 of file news_type.h.


The documentation for this struct was generated from the following file: