summaryrefslogtreecommitdiff
path: root/newgrf_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf_config.h')
-rw-r--r--newgrf_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf_config.h b/newgrf_config.h
index 2d9bdfd0b..cfe77b7f0 100644
--- a/newgrf_config.h
+++ b/newgrf_config.h
@@ -35,6 +35,7 @@ extern GRFConfig *_grfconfig_newgame;
void ScanNewGRFFiles(void);
const GRFConfig *FindGRFConfig(uint32 grfid, uint8 *md5sum);
+const GRFConfig *GetGRFConfig(uint32 grfid);
void ClearGRFConfigList(GRFConfig *config);
void ResetGRFConfig(bool defaults);
bool IsGoodGRFConfigList(void);