OpenTTD Source
20241111-master-gce64d5f5d9
|
Container to hold the GRF identifier (GRF ID + MD5 checksum) and the name associated with that NewGRF. More...
#include <network_game_info.h>
Data Fields | |
GRFIdentifier | ident |
The unique identifier of the NewGRF. | |
std::string | name |
The name of the NewGRF. | |
Container to hold the GRF identifier (GRF ID + MD5 checksum) and the name associated with that NewGRF.
Definition at line 130 of file network_game_info.h.