(svn r19295) -Codechange: introduce wrapper functions for GRFConfig::name/info
This commit is contained in:
@@ -89,6 +89,9 @@ struct GRFConfig : ZeroedMemoryAllocator {
|
||||
struct GRFConfig *next; ///< NOSAVE: Next item in the linked list
|
||||
|
||||
bool IsOpenTTDBaseGRF() const;
|
||||
|
||||
const char *GetName() const;
|
||||
const char *GetDescription() const;
|
||||
};
|
||||
|
||||
extern GRFConfig *_all_grfs; ///< First item in list of all scanned NewGRFs
|
||||
|
Reference in New Issue
Block a user