diff --git a/src/newgrf_config.h b/src/newgrf_config.h --- a/src/newgrf_config.h +++ b/src/newgrf_config.h @@ -108,6 +108,8 @@ struct GRFConfig : ZeroedMemoryAllocator const char *GetName() const; const char *GetDescription() const; + + void SetSuitablePalette(); }; extern GRFConfig *_all_grfs; ///< First item in list of all scanned NewGRFs