File diff r21497:9fcca92c00f5 → r21498:c603a3d7e3d7
src/newgrf_config.h
Show inline comments
 
@@ -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;