File diff r15581:4edf751ff5e7 → r15582:6daf5f9adce7
src/newgrf_config.h
Show inline comments
 
@@ -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