OpenTTD Source 20241224-master-gf74b0cf984
|
Public Member Functions | |
GRFLocation (uint32_t grfid, uint32_t nfoline) | |
bool | operator< (const GRFLocation &other) const |
bool | operator== (const GRFLocation &other) const |
Data Fields | |
uint32_t | grfid |
uint32_t | nfoline |
Definition at line 359 of file newgrf.cpp.
|
inline |
Definition at line 363 of file newgrf.cpp.
|
inline |
Definition at line 365 of file newgrf.cpp.
|
inline |
Definition at line 370 of file newgrf.cpp.
uint32_t GRFLocation::grfid |
Definition at line 360 of file newgrf.cpp.
uint32_t GRFLocation::nfoline |
Definition at line 361 of file newgrf.cpp.