File diff r27978:bcbbe240aea5 → r27979:37253e20ef1d
src/newgrf_config.h
Show inline comments
 
@@ -173,6 +173,7 @@ struct GRFConfig : ZeroedMemoryAllocator
 

	
 
	struct GRFConfig *next; ///< NOSAVE: Next item in the linked list
 

	
 
	bool IsCompatible(uint32_t old_version) const;
 
	void CopyParams(const GRFConfig &src);
 

	
 
	std::optional<std::string> GetTextfile(TextfileType type) const;