(svn r22797) -Add: progress bar for scanning NewGRFs

This commit is contained in:
rubidium
2011-08-21 12:53:13 +00:00
parent 2987bcc79b
commit dc5f44883b
6 changed files with 141 additions and 2 deletions

View File

@@ -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 */