OpenTTD
|
Basic data to distinguish a GRF. More...
#include <newgrf_config.h>
Public Member Functions | |
bool | HasGrfIdentifier (uint32 grfid, const uint8 *md5sum) const |
Does the identification match the provided values? |
Data Fields | |
uint32 | grfid |
GRF ID (defined by Action 0x08) | |
uint8 | md5sum [16] |
MD5 checksum of file to distinguish files with the same GRF ID (eg. newer version of GRF) |
Basic data to distinguish a GRF.
Used in the server list window
Definition at line 84 of file newgrf_config.h.
|
inline |
Does the identification match the provided values?
grfid | Expected grfid. |
md5sum | Expected md5sum, may be NULL (in which case, do not check it). |
Definition at line 94 of file newgrf_config.h.
Referenced by FindGRFConfig().