(svn r26612) -Add: Method to copy newgrf parameters.

This commit is contained in:
alberth
2014-05-24 19:13:34 +00:00
parent c1e7c32f07
commit 3c9d3f5ecd
2 changed files with 14 additions and 1 deletions

View File

@@ -177,6 +177,8 @@ struct GRFConfig : ZeroedMemoryAllocator {
struct GRFConfig *next; ///< NOSAVE: Next item in the linked list
void CopyParams(const GRFConfig &src);
bool IsOpenTTDBaseGRF() const;
const char *GetTextfile(TextfileType type) const;