summaryrefslogtreecommitdiff
path: root/src/newgrf_config.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-08-21 12:53:13 +0000
committerrubidium <rubidium@openttd.org>2011-08-21 12:53:13 +0000
commitdc5f44883be808208befd54d05fceac38f9a6ac7 (patch)
tree3d08e441254e6f9e2039bb151cdef5e1e4e528d8 /src/newgrf_config.h
parent2987bcc79be454569ff9b22eaa4731736650e19e (diff)
downloadopenttd-dc5f44883be808208befd54d05fceac38f9a6ac7.tar.xz
(svn r22797) -Add: progress bar for scanning NewGRFs
Diffstat (limited to 'src/newgrf_config.h')
-rw-r--r--src/newgrf_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf_config.h b/src/newgrf_config.h
index 9d1f8c507..9061f5044 100644
--- a/src/newgrf_config.h
+++ b/src/newgrf_config.h
@@ -218,4 +218,6 @@ void ShowNewGRFSettings(bool editable, bool show_params, bool exec_changes, GRFC
GRFTextWrapper *FindUnknownGRFName(uint32 grfid, uint8 *md5sum, bool create);
#endif /* ENABLE_NETWORK */
+void UpdateNewGRFScanStatus(uint num, const char *name);
+
#endif /* NEWGRF_CONFIG_H */