summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index 906f9620d..e19d8d608 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -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;