newgrf_config.h
branch0.5
changeset 5366 ef01dc923a5b
parent 5352 82a50c80b0c4
child 5387 3047d553859c
--- a/newgrf_config.h	Sat Dec 30 23:04:14 2006 +0000
+++ b/newgrf_config.h	Sat Dec 30 23:09:27 2006 +0000
@@ -44,6 +44,7 @@
 const GRFConfig *FindGRFConfig(uint32 grfid, uint8 *md5sum);
 GRFConfig *GetGRFConfig(uint32 grfid);
 GRFConfig **CopyGRFConfigList(GRFConfig **dst, const GRFConfig *src);
+void AppendStaticGRFConfigs(GRFConfig **dst);
 void ClearGRFConfig(GRFConfig **config);
 void ClearGRFConfigList(GRFConfig **config);
 void ResetGRFConfig(bool defaults);